[
https://issues.apache.org/jira/browse/LUCENE-5603?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13968158#comment-13968158
]
ASF subversion and git services commented on LUCENE-5603:
---------------------------------------------------------
Commit 1587163 from [email protected] in branch 'dev/branches/branch_4x'
[ https://svn.apache.org/r1587163 ]
LUCENE-5603: fix hunspell to use FST efficiently
> 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]