You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there currently a way to define custom analyzers with Sherlock ? Or multiple analyzer for a field ?
For example, I want my content field to be run through several tokenizer and filters : Dutch stemming, whitespace, ... and nGram.
I could create a custom analyzer containing those, or I could maybe add them to the field mapping. I'm also using the analyzer field, so that has to work too. :-)
Is there currently a way to define custom analyzers with Sherlock ? Or multiple analyzer for a field ?
For example, I want my content field to be run through several tokenizer and filters : Dutch stemming, whitespace, ... and nGram.
I could create a custom analyzer containing those, or I could maybe add them to the field mapping. I'm also using the analyzer field, so that has to work too. :-)
source : http://blog.avisi.nl/2012/02/22/searching-parts-of-words-with-elasticsearch/
The text was updated successfully, but these errors were encountered: