Skip to content

Instantly share code, notes, and snippets.

@davedash
Created March 11, 2015 23:19
Show Gist options
  • Save davedash/42dd3ce7f1f29c671a33 to your computer and use it in GitHub Desktop.
Save davedash/42dd3ce7f1f29c671a33 to your computer and use it in GitHub Desktop.
"analysis": {
"filter": {
"autocomplete_filter": {
"type": "edge_ngram",
"min_gram": "1",
"max_gram": "20"
},
"word_joiner": {
"type": "word_delimiter",
"catenate_all": true
}
},
"analyzer": {
"autocomplete": {
"type": "custom",
"filter": [
"lowercase",
"word_joiner",
"autocomplete_filter"
],
"tokenizer": "keyword"
}
}
}
@davedash
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment