Re: How to inject custom response data after results have been sorted

2015-01-24 Thread Joel Bernstein
ere is a method transform(doc, id) that must get > called for every return doc? > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/How-to-inject-custom-response-data-after-results-have-been-sorted-tp4181545p4181602.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: How to inject custom response data after results have been sorted

2015-01-23 Thread tedsolr
that must get called for every return doc? -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-inject-custom-response-data-after-results-have-been-sorted-tp4181545p4181602.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: How to inject custom response data after results have been sorted

2015-01-23 Thread Chris Hostetter
: If you just need to transform an individual result, that can be done by a : custom DocTransformer. But from your email, I think you need a custom : SearchComponent. if your PostFilter has already collected all of the info you need, and you now just wnat to return a subset of that information t

Re: How to inject custom response data after results have been sorted

2015-01-23 Thread Shalin Shekhar Mangar
he proper hook for examining results after sorting? > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/How-to-inject-custom-response-data-after-results-have-been-sorted-tp4181545.html > Sent from the Solr - User mailing list archive at Nabble.com. > -- Regards, Shalin Shekhar Mangar.

How to inject custom response data after results have been sorted

2015-01-23 Thread tedsolr
the proper hook for examining results after sorting? -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-inject-custom-response-data-after-results-have-been-sorted-tp4181545.html Sent from the Solr - User mailing list archive at Nabble.com.