Re: OR OR OR

2013-02-07 Thread Prakhar Birla
It is giving zero response mostly because your default query operator is set to AND. try this: &fq={!lucene q.op=OR}institute_name:("xyz" "sfsda" "sdfsaf") On 8 February 2013 12:26, anurag.jain wrote: > Not working through that style. it is giving me zero response > > > > -- > View this messag

Re: OR OR OR

2013-02-06 Thread Upayavira
Also, OR is the default, so you can improve on it with: &fq=institute_name:("xyz" "sfsda" "sdfsaf") Upayavira On Wed, Feb 6, 2013, at 08:17 PM, Shawn Heisey wrote: > On 2/6/2013 12:41 PM, anurag.jain wrote: > > in my query there are many OR's now after 79 or 80 ORS it gives error that > > url is

Re: OR OR OR

2013-02-06 Thread Shawn Heisey
On 2/6/2013 12:41 PM, anurag.jain wrote: in my query there are many OR's now after 79 or 80 ORS it gives error that url is very large. http://xvz/solr/select?q=*:*&fq=institute_name:"xyz"; OR institute_name:"sfsda" OR institute_name:"sdfsaf" .. i found a solution that we can give query th