Close
dtSearch Engine API for Java
SearchFilter.selectItems Method (int, long, long, boolean)

Set the selection state of a range of document ids, from firstId to lastId, to the selection state indicated by fSelected.

Syntax
Java
public native void selectItems(int iIndex, long firstId, long lastId, boolean fSelected);
Parameters
Description
int iIndex
Value returned by addIndex() to identify this index in the SearchFilter
long firstId
First document id in the range to select
long lastId
Last document id in the range to select
boolean fSelected
Selection state to apply to the document ids in the range