Set the selection state of a range of document ids, from firstId to lastId, to the selection state indicated by fSelected.
Syntax
Parameters
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 |