range

fun range(from: ScanTerm = ScanTerm.Minimum, to: ScanTerm = ScanTerm.Maximum): ScanType.Range

Selects all document IDs in a range.

Parameters

from

Start of the range (lower bound).

to

End of the range (upper bound).