[
https://issues.apache.org/jira/browse/SOLR-248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498834
]
Yonik Seeley commented on SOLR-248:
-----------------------------------
> Why is so much of the logic in the Factory?
I haven't looked at this specific code, but this is my preference in general.
multiple TokenFilters are created per-field instance on the index side, and
per-query-term on the search side, so it's better to pull all the setup you can
out of the Filter for performance reasons.
> Capitalization Filter Factory
> -----------------------------
>
> Key: SOLR-248
> URL: https://issues.apache.org/jira/browse/SOLR-248
> Project: Solr
> Issue Type: New Feature
> Reporter: Ryan McKinley
> Priority: Minor
> Attachments: SOLR-248-CapitalizationFilter.patch
>
>
> For tokens that are used in faceting, it is nice to have standard
> capitalization.
> I want "Aerial views" and "Aerial Views" to both be: "Aerial Views"
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.