CapitalizationFilterFactory uses incorrect length calculations
--------------------------------------------------------------
Key: SOLR-1342
URL: https://issues.apache.org/jira/browse/SOLR-1342
Project: Solr
Issue Type: Bug
Components: Analysis
Reporter: Robert Muir
Priority: Minor
CapitalizationFilterFactory in some cases uses termBuffer.length, which might
be larger than the actual termBufferLength()
this causes keep words to be evaluated incorrectly, but with the LUCENE-1762
the bug is exposed, because the default buffer size has changed.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.