You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@solr.apache.org by "Mike Drob (Jira)" <ji...@apache.org> on 2021/10/27 16:29:00 UTC

[jira] [Created] (SOLR-15726) allow a native case insensitive StrField

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: issues-unsubscribe@solr.apache.org
For additional commands, e-mail: issues-help@solr.apache.org