Close
dtSearch Engine API for Java
SearchFilter.selectNone Method

Select no documents in the index.

Syntax
Java
public native void selectNone(int iIndex);
Parameters
Description
whichIndex
Value returned by addIndex() to identify this index in the SearchFilter

By default, no documents are selected when a search filter is created, so there is no need to call selectNone to initialize the filter.