Re: Does ReRankQuery support reranking the result of a FuzzyQuery?

2014-11-17 Thread Brian Sawyer
To answer myself, looks like this was fixed as part of https://issues.apache.org/jira/browse/SOLR-6323. On Mon, Nov 10, 2014 at 1:50 PM, Brian Sawyer wrote: > Hello, > > We are trying to make use of the new ReRankQuery to rescore results > according to a custom function but run i

Does ReRankQuery support reranking the result of a FuzzyQuery?

2014-11-10 Thread Brian Sawyer
Hello, We are trying to make use of the new ReRankQuery to rescore results according to a custom function but run into problems when our main query includes a FuzzyQuery. Using the example setup in Solr 4.10.2 querying: q=name:Dell~1 &rq={!rerank reRankQuery=id:whatever} results in: java.lang.U