If we're talking SolrJ here, I *think* you can
get it from the NamedList<Object> returned
from SolrResponse.getResponse, but I confess
I haven't tried it.

If not SolrJ, what is your plugin doing? And
where to you expect your plugin to be in
the query process?

Best
Erick

On Mon, Oct 3, 2011 at 5:31 PM, David Ryan <help...@gmail.com> wrote:
> Thanks Hoss!
>
> debug.explain.structured<https://wiki.apache.org/solr/CommonQueryParameters#debug.explain.structured>
> is
> definitely helpful.  It adds some structure to the plain explained output.
> Is there a way to access these structured outputs in Java code (e.g., via
> Solr plugin class)?
> We could write a HTML parse to examine the output in the browser, but it's
> probably no the best way to do that.
>
>
>
> On Mon, Oct 3, 2011 at 2:11 PM, Chris Hostetter 
> <hossman_luc...@fucit.org>wrote:
>
>>
>> :
>> http://localhost:8983/solr/select/?q=GB&version=2.2&start=0&rows=10&indent=on&debugQuery=true&fl=id,score
>>        ...
>> : the web browser.   Is there a way to access the explained output
>> : programmatically?
>>
>> https://wiki.apache.org/solr/CommonQueryParameters#debug.explain.structured
>>
>>
>> -Hoss
>>
>

Reply via email to