:12 PM, Michael Moores wrote:
> I'm required to provide a handler with some specialized query string inputs.
>
> I'd like to translate the query inputs to a lucene/solr query and delegate
> the request to the existing lucene/dismax handler.
>
> What's the best
I'm required to provide a handler with some specialized query string inputs.
I'd like to translate the query inputs to a lucene/solr query and delegate the
request to the existing lucene/dismax handler.
What's the best way to do this?
Do I implement SolrRequestHandler, or a QParser? Do I extend