Re: Column Query with q query Parameter

2009-03-05 Thread dabboo
you're using the dismax parser, your field selections aren't going > to work, nor is the OR syntax. For details, look at the dismax and > solr query parser pages on the Solr wiki and that'll hopefully clarify > some things. > > Erik > > > -- View this message in context: http://www.nabble.com/Column-Query-with-q-query-Parameter-tp22351678p22366659.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: Column Query with q query Parameter

2009-03-05 Thread Erik Hatcher
On Mar 5, 2009, at 8:31 AM, dabboo wrote: I am implementing column specific search with q query parameter. I have achieved the same but field boosting is not working in that. Below is the query which is getting formed for this URL: /?q=productURL_s:amit%20OR %20prdMainTitle_s:amitg &versio

Column Query with q query Parameter

2009-03-05 Thread dabboo
s message in context: http://www.nabble.com/Column-Query-with-q-query-Parameter-tp22351678p22351678.html Sent from the Solr - User mailing list archive at Nabble.com.