[ 
https://issues.apache.org/jira/browse/LUCENE-5603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13967633#comment-13967633
 ] 

Michael McCandless commented on LUCENE-5603:
--------------------------------------------

+1, looks good!

> 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
>         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