Mike Drob created SOLR-15726:
--------------------------------
Summary: allow a native case insensitive StrField
Key: SOLR-15726
URL: https://issues.apache.org/jira/browse/SOLR-15726
Project: Solr
Issue Type: New Feature
Reporter: Mike Drob
StrField is case sensitive and currently supports only exact matching.
For case insensitive matching, users must use a TextField with a lowercase
filter at index query time. However, StrField has some advantages over
TextField, namely the ability to support DocValues.
We should allow users to get the best of both worlds here!
(This might need to have corresponding LUCENE changes, I haven't investigated
the full scope necessary yet)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]