Package org.apache.lucene.search
Class NormsFieldExistsQuery
- java.lang.Object
-
- org.apache.lucene.search.Query
-
- org.apache.lucene.search.FieldExistsQuery
-
- org.apache.lucene.search.NormsFieldExistsQuery
-
@Deprecated public final class NormsFieldExistsQuery extends FieldExistsQuery
Deprecated.UseFieldExistsQuery
instead.AQuery
that matches documents that have a value for a given field as reported by field norms. This will not work for fields that omit norms, e.g.StringField
.
-
-
Constructor Summary
Constructors Constructor Description NormsFieldExistsQuery(String field)
Deprecated.Create a query that will match that 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
-
NormsFieldExistsQuery
public NormsFieldExistsQuery(String field)
Deprecated.Create a query that will match that have a value for the givenfield
.
-
-