Uploaded image for project: 'Lucene - Core'
  1. Lucene - Core
  2. LUCENE-7899

Rename FieldValueQuery to DocValuesFieldExistsQuery

Details

    • Improvement
    • Status: Closed
    • Blocker
    • Resolution: Fixed
    • None
    • 7.0, 8.0
    • None
    • None
    • New

    Description

      I don't think we have a query today to efficiently test whether a doc values field exists (has any value) for each document in the index?

      Now that we use iterators to access doc values, this should be an efficient query: we can return the DISI we get for the doc values.

      ElasticSearch indexes its own field to record which field names occur in a document, so it's able to do "exists" for any field (not just doc values fields), but I think doc values fields we can just get "for free".

      I haven't started on this ... just wanted to open the issue first for discussion.

      Attachments

        1. LUCENE-7899.patch
          18 kB
          Michael McCandless

        Issue Links

          Activity

            People

              mikemccand Michael McCandless
              mikemccand Michael McCandless
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: