Uses of Class
org.apache.lucene.index.SegmentWriteState
Packages that use SegmentWriteState
Package
Description
Codecs API: API for customization of the encoding and structure of the index.
Lucene 9.0 file format.
BlockTree terms dictionary.
Lucene 9.1 file format.
Postings format that can delegate to different formats per-field.
Code to maintain and access indices.
-
Uses of SegmentWriteState in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs with parameters of type SegmentWriteStateModifier and TypeMethodDescriptionabstract DocValuesConsumer
DocValuesFormat.fieldsConsumer
(SegmentWriteState state) Returns aDocValuesConsumer
to write docvalues to the index.abstract FieldsConsumer
PostingsFormat.fieldsConsumer
(SegmentWriteState state) Writes a new segmentabstract KnnVectorsWriter
KnnVectorsFormat.fieldsWriter
(SegmentWriteState state) Returns aKnnVectorsWriter
to write the vectors to the index.abstract PointsWriter
PointsFormat.fieldsWriter
(SegmentWriteState state) Writes a new segmentabstract void
PostingsWriterBase.init
(IndexOutput termsOut, SegmentWriteState state) Called once after startup, before any terms have been added.abstract NormsConsumer
NormsFormat.normsConsumer
(SegmentWriteState state) Returns aNormsConsumer
to write norms to the index. -
Uses of SegmentWriteState in org.apache.lucene.codecs.lucene90
Methods in org.apache.lucene.codecs.lucene90 with parameters of type SegmentWriteStateModifier and TypeMethodDescriptionLucene90DocValuesFormat.fieldsConsumer
(SegmentWriteState state) Lucene90PostingsFormat.fieldsConsumer
(SegmentWriteState state) Lucene90PointsFormat.fieldsWriter
(SegmentWriteState state) void
Lucene90PostingsWriter.init
(IndexOutput termsOut, SegmentWriteState state) Lucene90NormsFormat.normsConsumer
(SegmentWriteState state) Constructors in org.apache.lucene.codecs.lucene90 with parameters of type SegmentWriteStateModifierConstructorDescriptionLucene90PointsWriter
(SegmentWriteState writeState) Uses the defaults values formaxPointsInLeafNode
(1024) andmaxMBSortInHeap
(16.0)Lucene90PointsWriter
(SegmentWriteState writeState, int maxPointsInLeafNode, double maxMBSortInHeap) Full constructorCreates a postings writer -
Uses of SegmentWriteState in org.apache.lucene.codecs.lucene90.blocktree
Constructors in org.apache.lucene.codecs.lucene90.blocktree with parameters of type SegmentWriteStateModifierConstructorDescriptionLucene90BlockTreeTermsWriter
(SegmentWriteState state, PostingsWriterBase postingsWriter, int minItemsInBlock, int maxItemsInBlock) Create a new writer. -
Uses of SegmentWriteState in org.apache.lucene.codecs.lucene91
Methods in org.apache.lucene.codecs.lucene91 with parameters of type SegmentWriteStateModifier and TypeMethodDescriptionLucene91HnswVectorsFormat.fieldsWriter
(SegmentWriteState state) -
Uses of SegmentWriteState in org.apache.lucene.codecs.perfield
Methods in org.apache.lucene.codecs.perfield with parameters of type SegmentWriteStateModifier and TypeMethodDescriptionfinal DocValuesConsumer
PerFieldDocValuesFormat.fieldsConsumer
(SegmentWriteState state) final FieldsConsumer
PerFieldPostingsFormat.fieldsConsumer
(SegmentWriteState state) PerFieldKnnVectorsFormat.fieldsWriter
(SegmentWriteState state) -
Uses of SegmentWriteState in org.apache.lucene.index
Constructors in org.apache.lucene.index with parameters of type SegmentWriteStateModifierConstructorDescriptionSegmentWriteState
(SegmentWriteState state, String segmentSuffix) Create a shallow copy ofSegmentWriteState
with a new segment suffix.