Hi Mark,

What you said is correct . But still if I do an AND operation the fussy
query doesn't work.Surprisingly OR is working perfectly but that does not
give me what I want.

{!lucene q.op=OR}(TRIGRAM_FIELDNAME1:(FRANK INDIANO))^0.82 OR pkey:"" OR 
((FIELDNAME1:FRANK~2)* AND *(FIELDNAME1:INDIANO~2))^0.80

Above query does not provide me any results.
But the below query-

{!lucene q.op=OR}(TRIGRAM_FIELDNAME1:(FRANK INDIANO))^0.82 OR pkey:"" OR 
((FIELDNAME1:FRANK~2)* OR *(FIELDNAME1:INDIANO~2))^0.80

Shows the results .

Regards,
VIbhor






--
View this message in context: 
http://lucene.472066.n3.nabble.com/Issues-in-the-Fuzzy-Query-tp4072125p4072173.html
Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to