Companion

object Companion

Functions

Link copied to clipboard
fun prefix(prefix: String): ScanType.Range

Selects all document IDs with the given prefix.

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

Selects all document IDs in a range.

Link copied to clipboard
fun sample(limit: Long, seed: Long? = null): ScanType.Sample

Selects random documents.