Class NormsFieldExistsQuery


@Deprecated public final class NormsFieldExistsQuery extends FieldExistsQuery
Deprecated.
Use FieldExistsQuery instead.
A Query 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 Details

    • NormsFieldExistsQuery

      public NormsFieldExistsQuery(String field)
      Deprecated.
      Create a query that will match that have a value for the given field.