Piotr created LUCENE-4542:
-----------------------------

             Summary: Make RECURSION_CAP in HunspellStemmer configurable
                 Key: LUCENE-4542
                 URL: https://issues.apache.org/jira/browse/LUCENE-4542
             Project: Lucene - Core
          Issue Type: Improvement
          Components: modules/analysis
    Affects Versions: 4.0
            Reporter: Piotr
            Priority: Minor


Currently there is 
private static final int RECURSION_CAP = 2;
in the code. It makes using hunspell with several dictionaries almost unusable, 
due to bad performance. It would be nice to be able to tune this number as 
needed.

(it's a first issue in my life, so please forgive me any mistakes done).

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to