Close
dtSearch Engine API for Java
SearchFilter.andNot Method
Syntax
Java
public native void andNot(SearchFilter other);

Combine this filter with another filter in a logical "AND NOT" operation. Only documents NOT included in the other filter will be included in this filter following an AND.