Skip to content

Instantly share code, notes, and snippets.

//Every query goes through this analyzer
"search_analyzer": {
"type": "custom",
"tokenizer": "standard",
"char_filter": [
"ampersand",
],
"filter": [
"lowercase",
"asciifolding",