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

match-only query support (terms,wildcards,ranges) for docvalues fields.

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 4.2
    • 4.2, 6.0
    • search
    • None

    Description

      Historically, you had to invert fields (indexed=true) to do any queries against them.

      But now its possible to build a forward index for the field (docValues=true).
      I think in many cases (e.g. a string field you only sort and match on), its unnecessary and wasteful
      to force the user to also invert if they don't need scoring.

      So I think solr should support match-only semantics in this case for term,wildcard,range,etc.

      Attachments

        1. SOLR-4477.patch
          25 kB
          Robert Muir

        Activity

          People

            Unassigned Unassigned
            rcmuir Robert Muir
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: