hi,<team.In> order to improve the search experienc...
# all-things-deployment
c
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
Hi! Are you asking about using a custom analyzer/tokenizer for an index?
c
@orange-night-91387 yes, I should find that I have configured this property。elasticsearch.index.mainTokenizer
But I found that after I configured it, I could not match the eg: ods with the dataset name_ xx_ xxx
o
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