Skip to content

Instantly share code, notes, and snippets.

@Filirom1
Created February 19, 2015 09:41
Show Gist options
  • Save Filirom1/d82b4c98f2bd7fba6678 to your computer and use it in GitHub Desktop.
Save Filirom1/d82b4c98f2bd7fba6678 to your computer and use it in GitHub Desktop.
very simple ElasticSearch Analyzer
index:
analysis:
analyzer:
default:
type: custom
tokenizer: whitespace
filter: [standard, asciifolding, lowercase]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment