Custom Snitch for Rack Awareness

2020-07-30 Thread Anshuman Singh
Hi, I'm using Solr-7.4 and I want to create collections in my cluster such that no two replicas should be assigned to the same Rack. I read about Rule-based Replica Placement https://lucene.apache.org/solr/guide/7_4/rule-based-replica-placement.html. What I got is I have to create a tag/snitch wh

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 graph.

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 removed