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 Detail

      • NormsFieldExistsQuery

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