skroutz / elasticsearch-skroutz-greekstemmer

Greek Stemmer for elasticsearch
https://www.skroutz.gr
72 stars 33 forks source link

"Unknown filter type [skroutz_stem_greek] for [stem_greek]" #41

Open cresphontess opened 3 years ago

cresphontess commented 3 years ago

image

I have installed plugins for turkish and greek but I couldn't work both in practice while creating new index.

There is an error like this

image

What should i do?

Thanks for helping.

zarzonis commented 3 years ago

You probably didn't restart the Elasticsearch after installing the plugin. I just faced the same issue and after the restart, everything works great. If you're using Docker, just restart the container.

nicoorfi commented 3 years ago

A restart should do the trick.