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

ASF subversion and git services commented on LUCENE-5483:
---------------------------------------------------------

Commit 1614388 from [~mikemccand] in branch 'dev/trunk'
[ https://svn.apache.org/r1614388 ]

LUCENE-5483: IndexWriter now enforces max docs in one index

> hunspell inaccuracies
> ---------------------
>
>                 Key: LUCENE-5483
>                 URL: https://issues.apache.org/jira/browse/LUCENE-5483
>             Project: Lucene - Core
>          Issue Type: Bug
>            Reporter: Robert Muir
>             Fix For: 4.8, 5.0
>
>         Attachments: LUCENE-5483.patch, LUCENE-5483.patch
>
>
> I added a lot of tests and greatly refined this algorithm to match correct 
> hunspell behavior. there were many bugs:
> * recursionLimit was a hack: this is actually specified by the dictionary to 
> be twofold suffix + one prefix, or if COMPLEXPREFIXES is specified, twofold 
> prefix + one suffix. This patch removes cursion limit
> * recursion didn't work correctly: it didnt validate multi-level continuation 
> classes correctly.
> * add COMPLEXPREFIXES support.
> * probably other minor bugs fixed in the process.
> I validated all testing against hunspell



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