That's great that multi-token synonyms are working for you; can you describe how use them?
This blog post describes some of the problems: http://blog.mikemccandless.com/2012/04/lucenes-tokenstreams-are-actually.html I'm working on another blog post to describe the recent changes ... should be out in maybe a week or so. Anyway, to just keep doing what you are doing today, you should switch to SynonymGraphFilter followed by FlattenGraphFilter: it will make the same tokens as the current SynonymFilter, but will necessarily be buggy in the multi-token case. Mike McCandless http://blog.mikemccandless.com On Tue, Feb 7, 2017 at 6:07 AM, Bernd Fehling <bernd.fehl...@uni-bielefeld.de> wrote: > I just tried Solr 6.4.1 and noticed that SynonymFilterFactory is > deprecated, as reported in the logs. > > I hope that this is just to note that there is also an alternative > SynonymGraphFilterFactory now available. > > And _not_ that SynonymFilterFactory will disappear, because it runs my > multi-word Synonyms Thesaurus now for years like a charme. > I hate to reinvent the wheel. > > Regards > Bernd > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org > For additional commands, e-mail: java-user-h...@lucene.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org For additional commands, e-mail: java-user-h...@lucene.apache.org