If the values are per document, a DocTransformer is probably the best hook 
point for you.  If you're computing things across the results, a 
SearchComponent is perhaps the right fit.  A RequestHandler or 
QueryResponseWriter are probably not the right fits for what you're trying to 
do, it sounds like with what you've said so far.

        Erik

On Jun 1, 2013, at 10:00 , vibhoreng04 wrote:

> Hi All,
> 
> I have a requirement where I need to retrieve the candidates from the solr,
> do some calculation on the basis of the search result and return  the
> calculated values along with the solr document.
> I am planning to use Custom Response Handlers for this .
> Anybody can guide me what will be the best approach for this.
> 
> I am using solr 4.2.1.
> 
> Regards,
> Vibhor Jaiswal
> 
> 
> 
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/Custom-Response-Handler-tp4067558.html
> Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to