Closed mbouclas closed 10 years ago
ignore it, ES needs restart after plugin installation
ok thanks
if the plugin works, would it work with accents? For example search for φρα would it be equal to φρά? Cause in my searched it doesn't work.
Thanks
Input is expected to to be casefolded for Greek (including folding of final sigma to sigma), and with diacritics removed. This can be achieved with GreekLowerCaseFilter.
are you refering to an ES filter or JAVA class?
Please have in mind that we do not test our plugins with new elasticsearch (>1.0.0) (currently we support up to 0.90.3).
so what you mean is something like "filter" : ["myGreekLowerCaseFilter","stem_greek"] where myGreekLowerCaseFilter is "myGreekLowerCaseFilter": { "type": "lowercase", "language" :"greek" }
seems good to me.
Thanks a lot, it works fine now
Version 1.1, Index :