Re: SynonymFilterFactory deprecated, documentation and search

2020-07-30 Thread Thomas Corthals
Do keep this paragraph from the docs in mind when switching from a non-graph to a graph filter: If you use this filter during indexing, you must follow it with a Flatten Graph Filter to squash tokens on top of one another like the Synonym Filter, because the indexer can’t directly consume a

Re: SynonymFilterFactory deprecated, documentation and search

2020-07-30 Thread Colvin Cowie
That does some like an unhelpful example to have, though https://lucene.apache.org/solr/guide/8_6/filter-descriptions.html#synonym-filter does clearly state that it is deprecated in favour of SynonymGraphFilterFactory . Deprecated classes will (should) continue to work, but are likely to be

SynonymFilterFactory deprecated, documentation and search

2020-07-30 Thread Jayadevan Maymala
Hi all, We have been using SynonymFilterFactory with Solr 7.3. It seems to be working, Going through the documentation for 8.6, I noticed that it was deprecated a long time ago, probably before 7.3 The documentation at this url, for version 8.6 -