Anthony Rasmussen created LUCENE-5572:
-----------------------------------------

             Summary: JapaneseTokenizer is sensitive to interrupts
                 Key: LUCENE-5572
                 URL: https://issues.apache.org/jira/browse/LUCENE-5572
             Project: Lucene - Core
          Issue Type: Improvement
          Components: modules/analysis
    Affects Versions: 3.6.2
            Reporter: Anthony Rasmussen
            Priority: Minor


The constructor for JapaneseTokenizer gets the following singleton instances: 
TokenInfoDictionary, UnknownDictionary, and ConnectionCosts. I am finding that 
the associated getInstanceMethods are particularly sensitive to IOExceptions.

Perhaps, in the static initializers of these  3 singletons, there could be some 
sort of retry effort before throwing a RunTimeException?



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

Reply via email to