Details
-
New Feature
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
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)
Attachments
Issue Links
- is related to
-
SOLR-8362 Add docValues support for TextField
- Open