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

Combine this filter with another filter in a logical "OR" operation. All documents included in either filter will be included in this filter following an OR.