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
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
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