Hi,

The XML file to be indexed has Case Sensitive
Ex.
<field name="field1">Computer Software</field>

I would like to have "facet by field name field1"  CASE SENSITIVE and search
by field1 with CASE INSENSITIVE.
If I add solr.LowerCaseFilterFactory in the analyzer in both index and
query, the query is working correctly - case insensitive,
but in the facets, I got "computer software" - All lower cases which is NOT
what I want. I need

can anyone help me?

Thanks,

Jae

Reply via email to