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 bsaw...@basistech.com wrote: Hello, We are trying to make use of the new ReRankQuery to rescore results according to a custom function but run

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

2014-11-11 Thread Joel Bernstein
This issue should be resolved in https://issues.apache.org/jira/browse/SOLR-6323. This is committed in trunk, 5x, 4x, and 4_10, but this did not make it into 4.10.2. If you take the version in the 4_10 branch you should be good to go. If a version 4.10.3 is cut, this will be included. Joel

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

2014-11-11 Thread Joel Bernstein
Just verified that fuzzy queries work in trunk with this test: params = new ModifiableSolrParams(); params.add(rq, {!rerank reRankQuery=$rqq reRankDocs=6}); params.add(q, term_s:~1 AND test_ti:[0 TO 2000]); params.add(rqq, id:1^10 id:2^20 id:3^30 id:4^40 id:5^50 id:6^60);

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: