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

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

Introduction

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

The text is from its open source code.

Field

Method

booleancheckConsistency()
Performs internal consistency checks.
longgetDocValuesGen()
Returns the docValues generation of this field, or -1 if no docValues updates exist for it.
DocValuesTypegetDocValuesType()
Returns DocValuesType of the docValues; this is DocValuesType.NONE if the field has no docvalues.
IndexOptionsgetIndexOptions()
Returns IndexOptions for the field, or IndexOptions.NONE if the field is not indexed
intgetPointNumBytes()
Return number of bytes per dimension
booleanhasNorms()
Returns true if this field actually has any norms.
booleanhasPayloads()
Returns true if any payloads exist for this field.
booleanhasVectors()
Returns true if any term vectors exist for this field.
booleanomitsNorms()
Returns true if norms are explicitly omitted for this field