On 8/2/2013 11:33 AM, SolrLover wrote:
Is PositionFilter is deprecated as of Lucene 4.4? Is there any other alternate way to implement that functionality?
The javadoc says it's deprecated in 4.4, and mentions a couple of ways around it. The first recommendation, setting whether or not to automatically generate phrase queries, is a Solr schema.xml field option. I don't know what the second one means, so if you need help with Lucene coding, there's another mailing list for that.
http://lucene.apache.org/core/4_4_0/analyzers-common/org/apache/lucene/analysis/position/PositionFilter.html Thanks, Shawn