Re: How to return custom collector info

2015-01-21 Thread tedsolr
I was confused because I couldn't believe my jars might be out of sync. But of course they were. I had to create a new eclipse project to sort it out, but that exception has disappeared. Sorry for the confusing post. -- View this message in context: http://lucene.472066.n3.nabble.com/How-to-ret

Re: How to return custom collector info

2015-01-20 Thread tedsolr
Joel, Thank you for the links. The AnalyticsQuery is just the thing I need to return custom stats in the response. What I'm struggling with now, is how to read the doc field values. I've been following the CollapsingQParserPlugin model of accessing the field cache in the Query class getAnalyticsC

Re: How to return custom collector info

2015-01-19 Thread Joel Bernstein
Here is actually the a more useful link for understanding how the AnalyticsQuery works: http://heliosearch.org/solrs-new-analyticsquery-api/ Joel Bernstein Search Engineer at Heliosearch On Mon, Jan 19, 2015 at 4:57 PM, Joel Bernstein wrote: > You may want to take a look at the AnalyticsQuery:

Re: How to return custom collector info

2015-01-19 Thread Joel Bernstein
You may want to take a look at the AnalyticsQuery: http://heliosearch.org/custom-analytics-engine/ This is an extension to the PostFIlter API that gives you direct access to the ResponseBuilder. Joel Bernstein Search Engineer at Heliosearch On Mon, Jan 19, 2015 at 4:28 PM, tedsolr wrote: > I a