[ https://issues.apache.org/jira/browse/SOLR-248?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12498726 ]
Ryan McKinley commented on SOLR-248: ------------------------------------ > >> Implemented at the indexing level, I can have different values for the >> stored value and indexed terms. > One downside is that it complicates certain things like wildcard or prefix > queries > currently i'm using copyfield and doing the prefix query on a different field... not great but it works! > > Of course, I think this might be a more general problem in faceting... what > to actually use as a label for display purposes vs what the terms in the > index were (think price formatting, labels for more complex facet queries, > etc). > Interesting. I could index with a lowercase filter then reformat the facet results... I'll take a look at that after the deadline passes ;) > 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.