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

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

Introduction

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

The text is from its open source code.

Implementation

org.apache.lucene.index.IndexableFieldType has the following implementations.
Click this link to see all its implementation.

Method

DocValuesTypedocValuesType()
DocValues DocValuesType : how the field's value will be indexed into docValues.
IndexOptionsindexOptions()
IndexOptions , describing what should be recorded into the inverted index
booleanomitNorms()
True if normalization values should be omitted for the field.
booleanstored()
True if the field's value should be stored
booleanstoreTermVectorOffsets()
True if this field's token character offsets should also be stored into term vectors.
booleanstoreTermVectorPayloads()
True if this field's token payloads should also be stored into the term vectors.
booleanstoreTermVectorPositions()
True if this field's token positions should also be stored into the term vectors.
booleanstoreTermVectors()
True if this field's indexed form should be also stored into term vectors.
booleantokenized()
True if this field's value should be analyzed by the Analyzer .