/[Apache-SVN]
ViewVC logotype

Revision 1691605


Jump to revision: Previous Next
Author: sarowe
Date: Fri Jul 17 16:20:26 2015 UTC (8 years, 9 months ago)
Changed paths: 4
Log Message:
LUCENE-6682: StandardTokenizer performance bug: scanner buffer is unnecessarily copied when maxTokenLength doesn't change.  Also stop silently maxing out buffer size (and effectively also max token length) at 1M chars, but instead throw an exception from setMaxTokenLength() when the given length is greater than 1M chars. (merged trunk r1691604)

Changed paths

Path Details
Directorylucene/dev/branches/branch_5x/ modified , props changed
Directorylucene/dev/branches/branch_5x/lucene/ modified , props changed
Directorylucene/dev/branches/branch_5x/lucene/CHANGES.txt modified , text changed , props changed
Directorylucene/dev/branches/branch_5x/lucene/analysis/common/src/java/org/apache/lucene/analysis/standard/StandardTokenizer.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26