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

Combine this filter with another filter in a logical "AND" operation. Only documents included in both filters will be included in this filter following an AND.