Package org.apache.lucene.search
Class DocValuesFieldExistsQuery
- java.lang.Object
-
- org.apache.lucene.search.Query
-
- org.apache.lucene.search.FieldExistsQuery
-
- org.apache.lucene.search.DocValuesFieldExistsQuery
-
@Deprecated public final class DocValuesFieldExistsQuery extends FieldExistsQuery
Deprecated.UseFieldExistsQuery
instead.AQuery
that matches documents that have a value for a given field as reported by doc values iterators.
-
-
Constructor Summary
Constructors Constructor Description DocValuesFieldExistsQuery(String field)
Deprecated.Create a query that will match documents which have a value for the givenfield
.
-
Method Summary
-
Methods inherited from class org.apache.lucene.search.FieldExistsQuery
createWeight, equals, getDocValuesDocIdSetIterator, getField, hashCode, rewrite, toString, visit
-
Methods inherited from class org.apache.lucene.search.Query
classHash, rewrite, sameClassAs, toString
-
-
-
-
Constructor Detail
-
DocValuesFieldExistsQuery
public DocValuesFieldExistsQuery(String field)
Deprecated.Create a query that will match documents which have a value for the givenfield
.
-
-