Re: Issues in the Fuzzy Query !

2013-06-21 Thread vibhoreng04
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

Re: Issues in the Fuzzy Query !

2013-06-21 Thread Jack Krupansky
://lucene.apache.org/core/4_3_0/core/org/apache/lucene/search/FuzzyQuery.html -- Jack Krupansky -Original Message- From: vibhoreng04 Sent: Friday, June 21, 2013 10:41 AM To: solr-user@lucene.apache.org Subject: RE: Issues in the Fuzzy Query ! Hi , Below is what I am passing to solr .Only the fuzzy part

RE: Issues in the Fuzzy Query !

2013-06-21 Thread vibhoreng04
Hi , Below is what I am passing to solr .Only the fuzzy part is creating the problem for me- {!lucene q.op=OR}(TRIGRAM_FIELDNAME1:(FRANK INDIANO))^0.82 OR pkey:"" OR ((FIELDNAME1:FRANK~0.80) AND (FIELDNAME1:INDIANO~0.80))^0.80 Also the field type has whitespace,synonym,lowercase and stopwords in

RE: Issues in the Fuzzy Query !

2013-06-21 Thread Swati Swoboda
Hello, Can you share the exact params you are passing to solr? Thanks From: vibhoreng04 [vibhoren...@gmail.com] Sent: June 21, 2013 9:27 AM To: solr-user@lucene.apache.org Subject: Issues in the Fuzzy Query ! Hi All, I have been facing problems in the f