runs as a charm.
Markus
-Original message-
> From:Chris Hostetter
> Sent: Tuesday 13th December 2016 23:27
> To: solr-user
> Subject: Re: Traverse over response docs in SearchComponent impl.
>
>
> FWIW: Perhaps an XY problem? can you explain more in depth what
FWIW: Perhaps an XY problem? can you explain more in depth what it is you
plan on doing in this search component?
: I can see that Solr calls the component's process() method, but from
: within that method, rb.getResponseDocs(); is always null. No matter what
: i try, i do not seem to be able
Hello - i need to traverse over the list of response docs in a SearchComponent,
get all values for a specific field, and then conditionally add a new field.
The request handler is configured as follows:
dostuff
I can see that Solr calls the component's process() method, but from