[
https://issues.apache.org/jira/browse/SOLR-468?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Grant Ingersoll updated SOLR-468:
---------------------------------
Attachment: SOLR-468.patch
Here's a patch that fixes the problem.
It also converts it to reuse the Token and to take advantage of the char[]
array term buffer, per Lucene 2.3
> CapitalizationFilterFactory keep semantics are inconsistent
> -----------------------------------------------------------
>
> Key: SOLR-468
> URL: https://issues.apache.org/jira/browse/SOLR-468
> Project: Solr
> Issue Type: Bug
> Reporter: Grant Ingersoll
> Assignee: Grant Ingersoll
> Priority: Minor
> Fix For: 1.3
>
> Attachments: SOLR-468.patch
>
>
> The CapitlizationFilterFactory keep semantics are inconsistent in regards to
> case. Currently, the token being tested is not kept when it is in the keep
> list, instead, the text in the keep list is returned.
> Also, the keep list should be case-sensitive, or at least allow for ignoring
> case.
> See http://www.mail-archive.com/[email protected]/msg07285.html
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.