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

Reply via email to