Companion

object Companion

Functions

Link copied to clipboard
fun build(owner: IndexReader.CacheKey?, values: Array<SortedDocValues>, acceptableOverheadRatio: Float): OrdinalMap

Create an ordinal map that uses the number of unique values of each SortedDocValues instance as a weight.

fun build(owner: IndexReader.CacheKey?, values: Array<SortedSetDocValues>, acceptableOverheadRatio: Float): OrdinalMap

Create an ordinal map that uses the number of unique values of each SortedSetDocValues instance as a weight.

fun build(owner: IndexReader.CacheKey?, subs: Array<TermsEnum>, weights: LongArray, acceptableOverheadRatio: Float): OrdinalMap

Creates an ordinal map that allows mapping ords to/from a merged space from subs.