hi ,
Is there a way to change search analyzer settings without re-indexing the
entire data. I am experimenting with various configuration and every time i
change the setting i am re-indexing.
setting:
"autocomplete_search":{
"type":"custom",
"tokenizer":"my_pipe_analyzer",
"filter":[
"lowercase",
"syns_filter",
"stop"
]
},
"autocomplete_index":{
"type":"custom",
"tokenizer":"standard",
"filter":[
"standard",
"lowercase",
"syns_filter",
"stop",
"my_edgeNgram"
]
}
mapping:
"name":{
"type":"string",
"index_analyzer" : "autocomplete_index",
"search_analyzer" : "autocomplete_search"
},
-paul
--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/97baca09-4d0f-4f70-b654-68510885e9e4%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.