Re: Using a RequestHandler to expand query parameter

2014-09-09 Thread jimtronic
t phrase in the first place. I can fix this by sending in the query as ("ipod mini" ipod mini). -- View this message in context: http://lucene.472066.n3.nabble.com/Using-a-RequestHandler-to-expand-query-parameter-tp4155596p4157637.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Using a RequestHandler to expand query parameter

2014-09-09 Thread Shawn Heisey
On 8/28/2014 7:43 AM, jimtronic wrote: > I would like to send only one query to my custom request handler and have the > request handler expand that query into a more complicated query. > > Example: > > */myHandler?q=kids+books* > > ... would turn into a more complicated EDismax query of: > > *"kid

Re: Using a RequestHandler to expand query parameter

2014-09-09 Thread jmlucjav
: > Never got a response on this ... Just looking for the best way to handle > it? > > > > > > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Using-a-RequestHandler-to-expand-query-parameter-tp4155596p4157613.html > Sent from the Solr - User mailing list archive at Nabble.com. >

Re: Using a RequestHandler to expand query parameter

2014-09-09 Thread jimtronic
Never got a response on this ... Just looking for the best way to handle it? -- View this message in context: http://lucene.472066.n3.nabble.com/Using-a-RequestHandler-to-expand-query-parameter-tp4155596p4157613.html Sent from the Solr - User mailing list archive at Nabble.com.

Using a RequestHandler to expand query parameter

2014-08-28 Thread jimtronic
a Request Handler definition in solrconfig.xml? Thanks! Jim -- View this message in context: http://lucene.472066.n3.nabble.com/Using-a-RequestHandler-to-expand-query-parameter-tp4155596.html Sent from the Solr - User mailing list archive at Nabble.com.