hi,team.In order to improve the search experience, we want to use our own elasticsearch-ik word breaker. How to configure this。Do I need to specify a word breaker when creating an index。
o
orange-night-91387
09/15/2022, 7:13 PM
Hi! Are you asking about using a custom analyzer/tokenizer for an index?
c
cuddly-arm-8412
09/16/2022, 6:54 AM
@orange-night-91387 yes, I should find that I have configured this property。elasticsearch.index.mainTokenizer
cuddly-arm-8412
09/16/2022, 7:06 AM
But I found that after I configured it, I could not match the eg: ods with the dataset name_ xx_ xxx
o
orange-night-91387
09/16/2022, 4:19 PM
Yeah our search logic and index creation is all inside code so modifying index configuration is not guaranteed to work. Without knowing what your custom analyzer/tokenizer is doing it's hard to know why a search might fail