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

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

Introduction

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

The text is from its open source code.

Method

intgetLength()
Get total number of terms in this field.
StringgetName()
Return the field's name
intgetNumOverlap()
Get the number of terms with positionIncrement == 0.
intgetOffset()
Get end offset of the last processed term.
intgetPosition()
Get the last processed term position.
intgetUniqueTermCount()
Return the number of unique terms encountered in this field.
voidsetLength(int length)
Set length value.