range

fun range(from: ScanTerm? = null, to: ScanTerm? = null): ScanType.Range

Selects all document IDs in a range.

Parameters

from

Start of the range (lower bound) or null for unbounded.

to

End of the range (upper bound) or null for unbounded.