Skip to content

Instantly share code, notes, and snippets.

@smalyshev
Last active January 23, 2017 19:16
Show Gist options
  • Save smalyshev/4ca6b6a02770e4378bcaab8ecd1d0828 to your computer and use it in GitHub Desktop.
Save smalyshev/4ca6b6a02770e4378bcaab8ecd1d0828 to your computer and use it in GitHub Desktop.
{
"labels_all": {
"type": "string",
"fields": {
"prefix": {
"type": "string",
"index_options": "docs",
"analyzer": "prefix_asciifolding",
"norms": {
"enabled": false
}
},
"near_match": {
"type": "string",
"index_options": "docs",
"analyzer": "near_match_asciifolding",
"norms": {
"enabled": false
}
}
}
},
"labels": {
"type": "object",
"properties": {
"en": {
"type": "string",
"fields": {
"prefix": {
"type": "string",
"index_options": "docs",
"analyzer": "prefix_asciifolding",
"norms": {
"enabled": false
}
},
"near_match_folded": {
"type": "string",
"index_options": "docs",
"analyzer": "near_match_asciifolding",
"norms": {
"enabled": false
}
},
"near_match": {
"type": "string",
"index_options": "docs",
"analyzer": "near_match",
"norms": {
"enabled": false
}
}
},
"copy_to": "labels_all"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment