Java org.apache.lucene.index OrdinalMap fields, constructors, methods, implement or subclass

Example usage for Java org.apache.lucene.index OrdinalMap fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.lucene.index OrdinalMap.

The text is from its open source code.

Field

Method

OrdinalMapbuild(IndexReader.CacheKey owner, SortedDocValues[] values, float acceptableOverheadRatio)
Create an ordinal map that uses the number of unique values of each SortedDocValues instance as a weight.
OrdinalMapbuild(IndexReader.CacheKey owner, SortedSetDocValues[] values, float acceptableOverheadRatio)
Create an ordinal map that uses the number of unique values of each SortedSetDocValues instance as a weight.
LongValuesgetGlobalOrds(int segmentIndex)
Given a segment number, return a LongValues instance that maps segment ordinals to global ordinals.
longgetValueCount()
Returns the total number of unique terms in global ord space.