[ 
https://issues.apache.org/jira/browse/LUCENE-5603?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Muir resolved LUCENE-5603.
---------------------------------

       Resolution: Fixed
    Fix Version/s: 5.0
                   4.9

> 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
>             Fix For: 4.9, 5.0
>
>         Attachments: LUCENE-5603.patch
>
>
> 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