Uses of Enum Class
org.apache.lucene.index.IndexOptions
Packages that use IndexOptions
Package
Description
Lucene 6.0 file format.
Lucene 9.0 file format.
Codecs API: API for customization of the encoding and structure of the index.
Lucene 9.3 file format.
Simpletext Codec: writes human readable postings.
The logical representation of a
Document
for indexing and
searching.Code to maintain and access indices.
-
Uses of IndexOptions in org.apache.lucene.backward_codecs.lucene60
Methods in org.apache.lucene.backward_codecs.lucene60 that return IndexOptionsModifier and TypeMethodDescriptionprivate static IndexOptions
Lucene60FieldInfosFormat.getIndexOptions
(IndexInput input, byte b) Methods in org.apache.lucene.backward_codecs.lucene60 with parameters of type IndexOptionsModifier and TypeMethodDescriptionprivate static byte
Lucene60FieldInfosFormat.indexOptionsByte
(IndexOptions indexOptions) -
Uses of IndexOptions in org.apache.lucene.backward_codecs.lucene90
Methods in org.apache.lucene.backward_codecs.lucene90 that return IndexOptionsModifier and TypeMethodDescriptionprivate static IndexOptions
Lucene90FieldInfosFormat.getIndexOptions
(IndexInput input, byte b) Methods in org.apache.lucene.backward_codecs.lucene90 with parameters of type IndexOptionsModifier and TypeMethodDescriptionprivate static byte
Lucene90FieldInfosFormat.indexOptionsByte
(IndexOptions indexOptions) -
Uses of IndexOptions in org.apache.lucene.codecs
Fields in org.apache.lucene.codecs declared as IndexOptionsModifier and TypeFieldDescriptionprotected IndexOptions
PushPostingsWriterBase.indexOptions
IndexOptions
of current field being written -
Uses of IndexOptions in org.apache.lucene.codecs.lucene94
Methods in org.apache.lucene.codecs.lucene94 that return IndexOptionsModifier and TypeMethodDescriptionprivate static IndexOptions
Lucene94FieldInfosFormat.getIndexOptions
(IndexInput input, byte b) Methods in org.apache.lucene.codecs.lucene94 with parameters of type IndexOptionsModifier and TypeMethodDescriptionprivate static byte
Lucene94FieldInfosFormat.indexOptionsByte
(IndexOptions indexOptions) -
Uses of IndexOptions in org.apache.lucene.codecs.simpletext
Fields in org.apache.lucene.codecs.simpletext declared as IndexOptionsModifier and TypeFieldDescriptionprivate final IndexOptions
SimpleTextFieldsReader.SimpleTextTermsEnum.indexOptions
Methods in org.apache.lucene.codecs.simpletext with parameters of type IndexOptionsModifier and TypeMethodDescriptionSimpleTextFieldsReader.SimpleTextPostingsEnum.reset
(long fp, IndexOptions indexOptions, int docFreq, long skipPointer) Constructors in org.apache.lucene.codecs.simpletext with parameters of type IndexOptionsModifierConstructorDescriptionSimpleTextTermsEnum
(FST<PairOutputs.Pair<PairOutputs.Pair<Long, Long>, PairOutputs.Pair<Long, Long>>> fst, IndexOptions indexOptions) -
Uses of IndexOptions in org.apache.lucene.document
Fields in org.apache.lucene.document declared as IndexOptionsMethods in org.apache.lucene.document that return IndexOptionsModifier and TypeMethodDescriptionFieldType.indexOptions()
IndexOptions
, describing what should be recorded into the inverted indexMethods in org.apache.lucene.document with parameters of type IndexOptionsModifier and TypeMethodDescriptionvoid
FieldType.setIndexOptions
(IndexOptions value) Sets the indexing options for the field: -
Uses of IndexOptions in org.apache.lucene.index
Fields in org.apache.lucene.index declared as IndexOptionsModifier and TypeFieldDescriptionprivate final IndexOptions
FieldInfo.indexOptions
(package private) final IndexOptions
FieldInvertState.indexOptions
private final IndexOptions
FreqProxTermsWriter.SortingTerms.indexOptions
private final IndexOptions
FreqProxTermsWriter.SortingTermsEnum.indexOptions
private IndexOptions
IndexingChain.FieldSchema.indexOptions
(package private) final IndexOptions
TermsHashPerField.indexOptions
Fields in org.apache.lucene.index with type parameters of type IndexOptionsModifier and TypeFieldDescriptionprivate final Map<String,
IndexOptions> FieldInfos.FieldNumbers.indexOptions
Methods in org.apache.lucene.index that return IndexOptionsModifier and TypeMethodDescriptionFieldInfo.getIndexOptions()
Returns IndexOptions for the field, or IndexOptions.NONE if the field is not indexedFieldInvertState.getIndexOptions()
Get the index options for this fieldIndexableFieldType.indexOptions()
IndexOptions
, describing what should be recorded into the inverted indexstatic IndexOptions
Returns the enum constant of this class with the specified name.static IndexOptions[]
IndexOptions.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.lucene.index with parameters of type IndexOptionsModifier and TypeMethodDescription(package private) void
IndexingChain.FieldSchema.setIndexOptions
(IndexOptions newIndexOptions, boolean newOmitNorms, boolean newStoreTermVector) (package private) static void
FieldInfo.verifySameIndexOptions
(String fieldName, IndexOptions indexOptions1, IndexOptions indexOptions2, boolean strictlyConsistent) Verify that the provided index options are the sameConstructors in org.apache.lucene.index with parameters of type IndexOptionsModifierConstructorDescriptionFieldInfo
(String name, int number, boolean storeTermVector, boolean omitNorms, boolean storePayloads, IndexOptions indexOptions, DocValuesType docValues, long dvGen, Map<String, String> attributes, int pointDimensionCount, int pointIndexDimensionCount, int pointNumBytes, int vectorDimension, VectorEncoding vectorEncoding, VectorSimilarityFunction vectorSimilarityFunction, boolean softDeletesField) Sole constructor.FieldInvertState
(int indexCreatedVersionMajor, String name, IndexOptions indexOptions) Creates {code FieldInvertState} for the specified field name.FieldInvertState
(int indexCreatedVersionMajor, String name, IndexOptions indexOptions, int position, int length, int numOverlap, int offset, int maxTermFrequency, int uniqueTermCount) Creates {code FieldInvertState} for the specified field name and values for all fields.(package private)
SortingTerms
(Terms in, IndexOptions indexOptions, Sorter.DocMap docMap) (package private)
SortingTermsEnum
(TermsEnum in, Sorter.DocMap docMap, IndexOptions indexOptions, boolean hasPositions) (package private)
TermsHashPerField
(int streamCount, IntBlockPool intPool, ByteBlockPool bytePool, ByteBlockPool termBytePool, Counter bytesUsed, TermsHashPerField nextPerField, String fieldName, IndexOptions indexOptions) streamCount: how many streams this field stores per term.