Re: Fuzzy 2 search results wrong

2014-01-28 Thread lboutros
You have to create your own parser which extends the current query parser. You have to override the newFuzzyQuery protected function to call the FuzzyQuery constructor with a configured maximum expansion value or something like that. Ludovic. - Jouve France. -- View this message in conte

Re: Fuzzy 2 search results wrong

2014-01-27 Thread Lou Foster
Thanks for the information. I have some new information as well; The data was originally indexed when the old fuzzy search was in place (the fuzzy values from 0.0 - 1.0). I inherited this system, and was unsure if it was ever re-indexed properly after the upgrade, so I wiped the slate clean and re

Re: Fuzzy 2 search results wrong

2014-01-27 Thread lboutros
Hi Lou, The Solr query Parser creates fuzzy queries with a maximum of 50 term expansions. This is the default value and this is hard coded in the FuzzyQuery class. I would say this is your problem. I think you could create a new Query Parser which could create the fuzzy query with a bigger value

Re: Fuzzy 2 search results wrong

2014-01-27 Thread Furkan KAMACI
Hi Lou; Could you give us more information about your situation? Thanks; Furkan KAMACI 2014-01-22 Lou Foster > I am using the fuzzy search functionality with solr 4.1 and am having > problems with the fuzzy search results when fuzzy level 2 is used. > > Here is a description of the issue; > >