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 fuzzy queries.For an example if I query ((FIELDNAME1:FRANK~0.80) AND (FIELDNAME1:INDIANO~0.80))^0.80 , the parsed query changes my distance grade to ~0 etc.Also in the other cases the distance is changed in the pared query like ~1 and ~2.Can anyone tell me what is the issue here .If there is any issue in the way I am querying ,I would love to hear that. <str name="rawquerystring"> ((FIELDNAME1:FRANK~0.80) AND (FIELDNAME1:INDIANO~0.80))^0.80</str> <str name="querystring"> ((FIELDNAME1:FRANK~0.80) AND (FIELDNAME1:INDIANO~0.80))^0.80</str> <str name="parsedquery">(+((+FIELDNAME1:FRANK~0 +FIELDNAME1:INDIANO~2)^0.8))/no_coord</str> <str name="parsedquery_toString">+((+FIELDNAME1:FRANK~0 +FIELDNAME1:INDIANO~2)^0.8)</str> <lst name="explain"/> <str name="QParser">ExtendedDismaxQParser</str> <null name="altquerystring"/ -- View this message in context: http://lucene.472066.n3.nabble.com/Issues-in-the-Fuzzy-Query-tp4072125.html Sent from the Solr - User mailing list archive at Nabble.com.