Uwe Schindler created SOLR-3776: ----------------------------------- Summary: Parse NamedList for JaspellLookup factory, so fuzzy and prefixlen can be enabled Key: SOLR-3776 URL: https://issues.apache.org/jira/browse/SOLR-3776 Project: Solr Issue Type: Bug Components: spellchecker Affects Versions: 4.0-BETA Reporter: Uwe Schindler Assignee: Uwe Schindler Fix For: 4.0, 5.0
Curretly JaspellLookup in Lucene already supports enabling fuzzy matches in its ternary tree, but the factory in Solr ignores the NamedList completely and just uses "new JaspellLookup()". This should be extended, so fuzzy suggestions would be possible (if dictionary is not too big). This is better than no alternative until a FST-based fuzzy work -> Mike, hey! :-) -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org