[
https://issues.apache.org/jira/browse/SOLR-248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498841
]
Ryan McKinley commented on SOLR-248:
------------------------------------
> Why is so much of the logic in the Factory?
It seemed silly to copy the same things over and over for each time the type is
indexed or queried...
> why is keep in a synchronized map,
I'm not sure it needs to be, but i was being cautious... the map is only
created once (and never edited) but could be accessed my many threads
simultaneously.
> 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.