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:adams +author:dougla +author:adam.

Can any one tell me how to fix this.
TIA 
Saurabh
-- 
View this message in context: 
http://www.nabble.com/Bug-with-QueryParser.-tp24163501p24163501.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to