Re: Question related to reranking and RankQuery

2015-09-18 Thread Joel Bernstein
The syntax would be something like this: q=hello+world&rq={!rerank reRankQuery=$rqq reRankDocs=100}&rqq={!func}myFunc() I'm not sure if there is a test case demonstrating this but it should work. Joel Bernstein http://joelsolr.blogspot.com/ On Fri, Sep 18, 2015 at 2:42 PM, Ajinky

Re: Question related to reranking and RankQuery

2015-09-18 Thread Joel Bernstein
own RankQuery should be the last resort if you can't make a Function Query do what you need to do. Joel Bernstein http://joelsolr.blogspot.com/ On Thu, Sep 17, 2015 at 10:44 PM, Ajinkya Kale wrote: > Hi all, > > I am new to Solr. I have a QParser plugin which uses an imple