After you create the index, can you execute a get settings on it and see if it was applied to not?Elasticsearch Platform — Find real-time answers at scale | Elastic.
On Saturday, May 28, 2011 at 1:21 AM, Yannick Smits wrote:
I’m trying to set a default index configuration in config/elastisearch.yml but for some reason it doesn’t seem to get picked up. Can somebody spot the error?
The ES doesn’t seem to show an error when loading. Here is the yml:index:
analysis:
analyzer:
default_index:
tokenizer: standard
filter: [standard, lowercase, my_synonym, my_snow]
default_search:
tokenizer: standard
filter: [standard, lowercase, stop]
filter:
my_synonym:
type: synonym
synonyms_path: 'analysers/synonyms.dat'
ignore_case: true
my_snow:
type: snowball
language: English