Class FieldPresenceClause

    • Constructor Detail

      • FieldPresenceClause

        public FieldPresenceClause​(DocumentTypeField field)
        Creates a new instance.
        Parameters:
        field - the field to be checked.
        Since:
        8.1.0
    • Method Detail

      • getOperator

        public FieldPresenceClause.Operator getOperator()
        Returns the operator of this clause.
        Returns:
        the operator of this clause.
        Since:
        8.1.0
      • getField

        public DocumentTypeField getField()
        Returns the field that will be checked.
        Returns:
        the field that will be checked.
        Since:
        8.1.0