Skip to content

Commit

Permalink
mappings: added identifiers in orgs
Browse files Browse the repository at this point in the history
  • Loading branch information
0einstein0 committed Nov 29, 2024
1 parent 09f784d commit 4ad2442
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@
"tokenizer": "standard",
"type": "custom",
"char_filter": ["strip_special_chars"],
"filter": [
"lowercase",
"asciifolding",
"edgegrams"
]
"filter": ["lowercase", "asciifolding", "edgegrams"]
}
},
"filter": {
Expand Down Expand Up @@ -209,6 +205,21 @@
},
"name": {
"type": "text"
},
"identifiers": {
"properties": {
"identifier": {
"type": "text",
"fields": {
"keyword": {
"type": "keyword"
}
}
},
"scheme": {
"type": "keyword"
}
}
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@
"tokenizer": "standard",
"type": "custom",
"char_filter": ["strip_special_chars"],
"filter": [
"lowercase",
"asciifolding",
"edgegrams"
]
"filter": ["lowercase", "asciifolding", "edgegrams"]
}
},
"filter": {
Expand Down Expand Up @@ -209,6 +205,21 @@
},
"name": {
"type": "text"
},
"identifiers": {
"properties": {
"identifier": {
"type": "text",
"fields": {
"keyword": {
"type": "keyword"
}
}
},
"scheme": {
"type": "keyword"
}
}
}
}
},
Expand Down

0 comments on commit 4ad2442

Please sign in to comment.