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