Robert Muir created LUCENE-4279:
-----------------------------------
Summary: Regenerate Snowball code so its not so heavy
Key: LUCENE-4279
URL: https://issues.apache.org/jira/browse/LUCENE-4279
Project: Lucene - Core
Issue Type: Improvement
Reporter: Robert Muir
Fix For: 4.0, 5.0
Spinoff from LUCENE-3841 (and several threads on the list)
Currently each SnowballStemmer is pretty heavy since each instance also
contains a bunch of Among objects (part of the stemming rules).
This normally shouldnt be a problem, except it seems challenging
for tomcat users to tune their threadpools (basically they are creating
lots of tokenstreams, so lots of SnowballStemmers)
Newer snowball just makes these static, and its easy enough to just
regenerate so these aren't so heavy, it doesnt fix the real problem but it also
doesn't hurt.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
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]