Created
March 11, 2015 22:00
-
-
Save davedash/5051b555af8880b26697 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"index": { | |
"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" | |
}, | |
"keyword_lowercase": { | |
"filter": "lowercase", | |
"type": "custom", | |
"tokenizer": "keyword" | |
}, | |
"default": { | |
"type": "snowball" | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Produces the following: