You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Johannes Siegert <jo...@offerista.com> on 2019/07/09 09:38:56 UTC

ManagedFilter for stemming

Hi,

we are using the SnowballPorterFilter to stem our tokens for serveral
languages.

Now we want to update the list of protected words over the Solr-API.

As I can see, there are only solutions for SynonymFilter and the
StopwordFilter with ManagedSynonymFilter and ManagedStopFilter.

Do you know any solution for my problem?

Thanks,

Johannes