Uploaded image for project: 'Solr'
  1. Solr
  2. SOLR-15726

allow a native case insensitive StrField

    XMLWordPrintableJSON

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

          Activity

            People

              Unassigned Unassigned
              mdrob Mike Drob
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: