/[Apache-SVN]
ViewVC logotype

Revision 1691604


Jump to revision: Previous Next
Author: sarowe
Date: Fri Jul 17 16:16:36 2015 UTC (8 years, 9 months ago)
Changed paths: 2
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.

Changed paths

Path Details
Directorylucene/dev/trunk/lucene/CHANGES.txt modified , text changed
Directorylucene/dev/trunk/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