-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Token Filters #12
Comments
I've actually not had to work with token filters yet, so I'm not very familiar with them. Is this something you can accomplish with the Advanced Query Callbacks, perhaps? |
I think not, researching a little more on the subject found that this would have to be configured in the settings or a template that would be inherited by all indices. I think this would have to be specified in the package configuration file and or perhaps when the class is instantiated. The best option I found was to create a template and make all indexes created inherit it, I used the following command to do this.
I do not know how much work it would, but it would be interesting to set this up in the future. Thank you for your attention. |
Hi.
I need to use some token filter for the search function with accents, as described in the link text of the final.
Is it possible?
http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/analysis-asciifolding-tokenfilter.html
Thank you for the work, has been very helpful to me.
The text was updated successfully, but these errors were encountered: