Merge "Updated Cloud Guide with links to wiki"
[oom.git] / kubernetes / aai / charts / aai-search-data / resources / config / filter-config.json
1 [
2         {
3                 "name": "ngram_filter",
4                 "description": "Custom NGram Filter.",
5                 "configuration": " \"type\": \"nGram\", \"min_gram\": 1, \"max_gram\": 50, \"token_chars\": [ \"letter\", \"digit\", \"punctuation\", \"symbol\" ]"
6         }
7 ]