[
https://issues.apache.org/jira/browse/SOLR-1342?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Robert Muir updated SOLR-1342:
------------------------------
Attachment: SOLR-1342.patch
patch attached, if its not obvious that its a bug i can try to create some test
case that will show the bug with the old lucene jar
> 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
> Attachments: SOLR-1342.patch
>
>
> 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.