Robert Muir created LUCENE-5603:
-----------------------------------

             Summary: fix hunspell to use FST efficiently
                 Key: LUCENE-5603
                 URL: https://issues.apache.org/jira/browse/LUCENE-5603
             Project: Lucene - Core
          Issue Type: Bug
            Reporter: Robert Muir


previously this was 3 hashes (prefixes, words, suffixes) and it tried to split 
the words in various ways and do lookups. This was changed to FST, but the 
algorithm wasn't adjusted to use it properly (e.g. single pass, terminate when 
it reaches a "dead end").

this makes for slower indexing when using this stemmer...



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to