Hi, I am using phonetic filter factory. I am searching for product_12345 string, which is present in only one record.
Issue: Solr return me all indexes which have product_ i.e. it ignore the string present after _. Also debugQuery looks like : <lst name="debug"> <str name="rawquerystring">product_4844308</str> <str name="querystring">product_4844308</str> <str name="parsedquery">PhraseQuery(all:"PRTK ")</str> <str name="parsedquery_toString">all:"PRTK "</str> Why is the query showing PRTK ? Also when i use Dismaxrequest it shows: <arr name="parsed_boost_queries"> <str>all:ANKL^90.0 all:HNT^123.0 all:KLRS^2000.0 all:HLT^1.0E7 all:M0^100.0 all:KLR^100000.0</str> </arr> Why is this showing ANKL, HNT, KLRS..... ? Why does solr convert search string to ANKL, HNT, KLRS ... strings? ~prerna -- View this message in context: http://www.nabble.com/How-does-search-work-with-phonetic-filter-factory---tp24643678p24643678.html Sent from the Solr - User mailing list archive at Nabble.com.