Uses of Class
org.apache.lucene.index.MergeState
-
Packages that use MergeState Package Description org.apache.lucene.codecs Codecs API: API for customization of the encoding and structure of the index.org.apache.lucene.codecs.compressing Compressing helper classes.org.apache.lucene.codecs.lucene90 Lucene 9.0 file format.org.apache.lucene.codecs.lucene90.compressing Lucene 9.0 compressing format.org.apache.lucene.codecs.lucene94 Lucene 9.3 file format.org.apache.lucene.index Code to maintain and access indices. -
-
Uses of MergeState in org.apache.lucene.codecs
Methods in org.apache.lucene.codecs with parameters of type MergeState Modifier and Type Method Description protected voidTermVectorsWriter. addAllDocVectors(Fields vectors, MergeState mergeState)Safe (but, slowish) default method to write every vector field in the document.voidDocValuesConsumer. merge(MergeState mergeState)Merges in the fields from the readers inmergeState.voidFieldsConsumer. merge(MergeState mergeState, NormsProducer norms)Merges in the fields from the readers inmergeState.voidKnnVectorsWriter. merge(MergeState mergeState)Merges the segment vectors for all fields.voidNormsConsumer. merge(MergeState mergeState)Merges in the fields from the readers inmergeState.voidPointsWriter. merge(MergeState mergeState)Default merge implementation to merge incoming points readers by visiting all their points and adding to this writerintStoredFieldsWriter. merge(MergeState mergeState)Merges in the stored fields from the readers inmergeState.intTermVectorsWriter. merge(MergeState mergeState)Merges in the term vectors from the readers inmergeState.voidDocValuesConsumer. mergeBinaryField(FieldInfo mergeFieldInfo, MergeState mergeState)Merges the binary docvalues fromMergeState.voidNormsConsumer. mergeNormsField(FieldInfo mergeFieldInfo, MergeState mergeState)Merges the norms fromtoMerge.voidDocValuesConsumer. mergeNumericField(FieldInfo mergeFieldInfo, MergeState mergeState)Merges the numeric docvalues fromMergeState.<T> voidKnnVectorsWriter. mergeOneField(FieldInfo fieldInfo, MergeState mergeState)Write field for mergingprotected voidPointsWriter. mergeOneField(MergeState mergeState, FieldInfo fieldInfo)Default naive merge implementation for one field: it just re-indexes all the values from the incoming segment.voidDocValuesConsumer. mergeSortedField(FieldInfo fieldInfo, MergeState mergeState)Merges the sorted docvalues fromtoMerge.voidDocValuesConsumer. mergeSortedNumericField(FieldInfo mergeFieldInfo, MergeState mergeState)Merges the sorted docvalues fromtoMerge.voidDocValuesConsumer. mergeSortedSetField(FieldInfo mergeFieldInfo, MergeState mergeState)Merges the sortedset docvalues fromtoMerge.static KnnVectorsWriter.MergedVectorValuesKnnVectorsWriter.MergedVectorValues. mergeVectorValues(FieldInfo fieldInfo, MergeState mergeState)Returns a merged view over all the segment'sVectorValues.Constructors in org.apache.lucene.codecs with parameters of type MergeState Constructor Description MergeVisitor(MergeState mergeState, int readerIndex)Create new merge visitor. -
Uses of MergeState in org.apache.lucene.codecs.compressing
Constructors in org.apache.lucene.codecs.compressing with parameters of type MergeState Constructor Description MatchingReaders(MergeState mergeState) -
Uses of MergeState in org.apache.lucene.codecs.lucene90
Methods in org.apache.lucene.codecs.lucene90 with parameters of type MergeState Modifier and Type Method Description voidLucene90PointsWriter. merge(MergeState mergeState) -
Uses of MergeState in org.apache.lucene.codecs.lucene90.compressing
Methods in org.apache.lucene.codecs.lucene90.compressing with parameters of type MergeState Modifier and Type Method Description intLucene90CompressingStoredFieldsWriter. merge(MergeState mergeState)intLucene90CompressingTermVectorsWriter. merge(MergeState mergeState) -
Uses of MergeState in org.apache.lucene.codecs.lucene94
Methods in org.apache.lucene.codecs.lucene94 with parameters of type MergeState Modifier and Type Method Description voidLucene94HnswVectorsWriter. mergeOneField(FieldInfo fieldInfo, MergeState mergeState) -
Uses of MergeState in org.apache.lucene.index
Methods in org.apache.lucene.index with parameters of type MergeState Modifier and Type Method Description voidBufferingKnnVectorsWriter. mergeOneField(FieldInfo fieldInfo, MergeState mergeState)Constructors in org.apache.lucene.index with parameters of type MergeState Constructor Description MappedMultiFields(MergeState mergeState, MultiFields multiFields)Create a new MappedMultiFields for merging, based on the supplied mergestate and merged view of terms.
-