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 reindex everything. Now, the fuzzy search seems better. Some samples:
jerusalem: exact=7740 , fuzzy_1=7851, fuzzy_2=7989 context: exact=17389, fuzzy_1=64917 , fuzzy_2 =64925 vrend: exact=1, fuzzy_1=9411, fuzzy_2=9414 assess: exact=7202, fuzzy_1=7286, fuzzy 2=8356 monkey: exact=3151, fuzzy_1=66078, fuzzy_2=66084 orbital: exact=1895, fuzzy_1=4596, fuzzy_2=15322 hospitallers: exact=150, fuzzy_1=465, fuzzy 2=485 chunky: exact=59, fuzzy_1=889, fuzzy_2=1733 BUT - The problem still occurs on smaller words. For example: chat : exact=4210, fuzzy_1=31011, fuzzy_2=31011 Does this still sound like the query parser / term expansions problem? IF so, I am a bit unclear on what you mean by create a new query parser. Do you mean I can just change the configuration to have a larger value, or do I need to create a new implementation of the default query parser and hard code a larger value myself? Thanks! On Mon, Jan 27, 2014 at 9:10 AM, lboutros <boutr...@gmail.com> wrote: > 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 configured in the Solr configuration file for > instance. > > Ludovic. > > > > ----- > Jouve > France. > -- > View this message in context: > http://lucene.472066.n3.nabble.com/Fuzzy-2-search-results-wrong-tp4112824p4113729.html > Sent from the Solr - User mailing list archive at Nabble.com. >