Re: custom query parameters

2011-02-23 Thread Michael Moores
: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

custom query parameters

2011-02-23 Thread Michael Moores
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