> thanks for your answer! > > I tried to add the following line to the solrconfig.xml > file: > <str name="pf">fieldName~0.8</str> > > Before adding the line I got 14 results for a request. > After adding the line > (and restarting solr) I did the same request and changed > just one letter of > the string. I was expecting that I have to get more or less > the same > results, but what I get are no results. > What might by the reason?
edismax enables fuzzy search but you should use that tilde sing in q parameter. What is your purpose of using it in pf parameter?