Companion

object Companion

Functions

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

Selects all document IDs with the given prefix.

Link copied to clipboard
fun range(from: ScanTerm? = null, to: ScanTerm? = null): 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.