ALL

Properties

Link copied to clipboard
expect val name: String
Link copied to clipboard
expect val ordinal: Int

Functions

Link copied to clipboard
abstract fun advanceExactWithinBlock(disi: IndexedDISI, target: Int): Boolean

Advance the iterator exactly to the position corresponding to the given target and return whether this document exists.

Link copied to clipboard
abstract fun advanceWithinBlock(disi: IndexedDISI, target: Int): Boolean

Advance to the first doc from the block that is equal to or greater than target. Return true if there is such a doc and false otherwise.