You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Rodrigo Rezende <rc...@gmail.com> on 2010/07/15 19:15:01 UTC

Custom re-rank

Hello,

I am doing a rerank function of solr results using Solr Function query Plugin:

http://localhost:8983/solr/articles.0/select/?q={!func}myReRank(query($qq))&qq=query
here

Inside myReRank plugin I do the things.

First, is that the best way to do that? If so, Is it possible to limit
myReRank to be called only when there is a match? (when it is used
{!func} the method is always called)

Thanks,

Rodrigo