Thanks for the reply, Emir.
I would like to use server-side Java API to extend the RequestHandlerBase
and invoke other requestHandlers and queries. An example of such
implementation could be found here:
http://sujitpal.blogspot.co.uk/2011/02/solr-custom-search-requesthandler.html
However, this exa
Hi Gintautas,
I suggest that you start from some existing SearchHandler that does something
similar to what you are after or some simple handler. Also check if handler or
SearchComponent is better base for your feature.
Here is a blog post describing how to write, build and deploy custom Solr
ex
I would like to write a searchHandler for complex cross-collection queries.
On Mon, Mar 5, 2018 at 12:05 PM, Gintautas Sulskus <
gintautas.suls...@gmail.com> wrote:
> Hi,
>
> How do I access a different collection from a custom searchHandler?
> Is there any documentation on custom component (e.g.
Hi,
How do I access a different collection from a custom searchHandler?
Is there any documentation on custom component (e.g. searchHandler)
development?
Regards,
Gintas