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

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

Introduction

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

The text is from its open source code.

Subclass

org.apache.lucene.index.SortedDocValues has subclasses.
Click this link to see all its subclasses.

Constructor

SortedDocValues()
Sole constructor.

Method

BytesRefbinaryValue()
intgetValueCount()
Returns the number of unique values.
BytesReflookupOrd(int ord)
Retrieves the value for the specified ordinal.
intlookupTerm(BytesRef key)
If key exists, returns its ordinal, else returns -insertionPoint-1 , like Arrays.binarySearch .
intordValue()
Returns the ordinal for the current docID.
TermsEnumtermsEnum()
Returns a TermsEnum over the values.