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

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

Introduction

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

The text is from its open source code.

Subclass

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

Constructor

SortedNumericDocValues()
Sole constructor.

Method

intdocValueCount()
Retrieves the number of values for the current document.
longnextValue()
Iterates to the next value in the current document.