Class DocValuesFieldExistsQuery


  • @Deprecated
    public final class DocValuesFieldExistsQuery
    extends FieldExistsQuery
    Deprecated.
    Use FieldExistsQuery instead.
    A Query that matches documents that have a value for a given field as reported by doc values iterators.
    • Constructor Detail

      • DocValuesFieldExistsQuery

        public DocValuesFieldExistsQuery​(java.lang.String field)
        Deprecated.
        Create a query that will match documents which have a value for the given field.