Skip to content

Instantly share code, notes, and snippets.

@ignasio
ignasio / elasticsearch.yml
Created July 18, 2016 08:31
elasticsearch config for russian morphology based on hunspell
index:
number_of_shards: 3
number_of_replicas: 0 # not for production
analysis:
char_filter:
ru:
type: mapping
mappings: ['Ё=>Е', 'ё=>е']
analyzer:
ru_RU: