> I am using solr1.4 > When I search for keyword "ansys" I get lot of posts. > but when I search for "ansys NOT ansi" I get nothing. > I guess its because of Phonetic search, "ansys" is > converted into "ansi" ( > that is NOT keyword) and nothing returns. > > How to handle this kind of problem.
Find and remove occurrences of "solr.PhoneticFilterFactory" from your schema.xml file.