Re: Forming Solr Query for multiple operators against multiple fields

2012-10-23 Thread Ahmet Arslan
> Thanks Ahmet, however as I have > mentioned in my e-mail, we're using Solr > 1.4 here and edismax is supported from Solr 3.1. I think 1.4 has http://wiki.apache.org/solr/DisMaxQParserPlugin But you need to use - + unitary operators with this. (day AND world) NOT night => +day +world -night

Re: Forming Solr Query for multiple operators against multiple fields

2012-10-23 Thread Sandeep Mestry
Thanks Ahmet, however as I have mentioned in my e-mail, we're using Solr 1.4 here and edismax is supported from Solr 3.1. :-) On 23 October 2012 13:42, Ahmet Arslan wrote: > > > --- On Tue, 10/23/12, Sandeep Mestry wrote: > > > From: Sandeep Mestry > > Su

Re: Forming Solr Query for multiple operators against multiple fields

2012-10-23 Thread Ahmet Arslan
--- On Tue, 10/23/12, Sandeep Mestry wrote: > From: Sandeep Mestry > Subject: Forming Solr Query for multiple operators against multiple fields > To: solr-user@lucene.apache.org > Date: Tuesday, October 23, 2012, 2:51 PM > Dear All, > > I have a requirement to search ag

Forming Solr Query for multiple operators against multiple fields

2012-10-23 Thread Sandeep Mestry
Dear All, I have a requirement to search against multiple fields like title, description, annotations, comments, text and the query can contain multiple boolean operators. So, can someone point me out in right direction. If the user enters a query like , - (day AND world) NOT night I want to fo