Companion

object Companion

Functions

Link copied to clipboard
fun composite(parts: List<IndexTerm>, options: IndexOptions): IndexTerm?

The composite term keying parts together, or null if it cannot be spelled.

Link copied to clipboard
fun of(value: Variant): IndexTerm?

The term value would be indexed under, or null if it would not be indexed at all.

fun of(value: Variant, options: IndexOptions): IndexTerm?

The term value is keyed under given options, or null if it is not keyed at all.

Link copied to clipboard

The term a byte string is indexed under.

Link copied to clipboard

The term a boolean is indexed under.

Link copied to clipboard
fun ofNumber(value: Long): IndexTerm

The term a number is indexed under, whatever width the document stored it at.

Link copied to clipboard

The term a string is indexed under.