Class NotOperator

All Implemented Interfaces:
Serializable

public class NotOperator extends QueryOperator
This operator contains a single QueryObject which is excluded from the search. This means, a document is returned if the QueryObject is not present in the document.
Since:
10.99.999.014
See Also: