[ https://issues.apache.org/jira/browse/LUCENE-5507?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13925257#comment-13925257 ]
ASF subversion and git services commented on LUCENE-5507: --------------------------------------------------------- Commit 1575729 from [~rcmuir] in branch 'dev/trunk' [ https://svn.apache.org/r1575729 ] LUCENE-5507: fix hunspell affix loading for certain dictionaries > fix hunspell affix file loading > ------------------------------- > > Key: LUCENE-5507 > URL: https://issues.apache.org/jira/browse/LUCENE-5507 > Project: Lucene - Core > Issue Type: Bug > Components: modules/analysis > Reporter: Robert Muir > Attachments: LUCENE-5507.patch > > > Some newer dictionaries cant be loaded (arabic, hungarian, turkmen) just > because we do a hackish mark/reset thing to go find the SET to know the > encoding and then revisit. > Problem is: we would need a 2MB buffer for some of these newer ones, thats a > little extreme. So instead we just copy to a tempfile and do 2 passes. > Also fixes a bug where an alias that goes to no flags would cause an > exception (this is ok). -- This message was sent by Atlassian JIRA (v6.2#6252) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org