Bug with QueryParser.

2009-06-23 Thread saurabhs_iitk
Hi, I have tried both queryParser and MultifieldQueryParser. Suppose you want to search Douglas Adams and give default operator as AND. Lets say on the field author. Instead of generating query like +(author:douglas author:dougla) +(author:adams author:adam) it generates +author:douglas +author:a

Re: Multi Field AND Search

2009-06-20 Thread saurabhs_iitk
cept boost/lengthNorm. > > Otis > -- > Sematext -- http://sematext.com/ -- Lucene - Solr - Nutch > > > > - Original Message >> From: saurabhs_iitk >> To: solr-user@lucene.apache.org >> Sent: Friday, June 19, 2009 2:56:22 AM >> Subject: Mult

Multi Field AND Search

2009-06-18 Thread saurabhs_iitk
Hi I have indexed 8 fileds with different boost. Now i have given a searchstring which consists of a words and phrases. Now i want to do AND search of that searchString on four fields and show the result based on boost. For me searchString should occur completely in one of the field and then the b