RE: can't make sense of spellchecker results when using techproducts example

2015-01-14 Thread Chris Hostetter
-0600 : From: "Dyer, James" : Reply-To: solr-user@lucene.apache.org : To: "solr-user@lucene.apache.org" : Subject: RE: can't make sense of spellchecker results when using techproducts : example : : Chris, : : - DirectSpellChecker has a setting for "minPrefix"

RE: can't make sense of spellchecker results when using techproducts example

2015-01-09 Thread Dyer, James
Chris, - DirectSpellChecker has a setting for "minPrefix" which the techproducts example sets to 1 (also the default). So it will never try to correct the first character. I think this is both a performance optimization and is based on the assumption that we rarely misspell the first characte