Uses of Record Class
org.apache.lucene.store.MergeInfo
Packages that use MergeInfo
Package
Description
Code to maintain and access indices.
Binary i/o API, used for all index data.
-
Uses of MergeInfo in org.apache.lucene.index
Methods in org.apache.lucene.index that return MergeInfoModifier and TypeMethodDescriptionMergePolicy.OneMerge.getStoreMergeInfo()ReturnMergeInfodescribing this merge. -
Uses of MergeInfo in org.apache.lucene.store
Fields in org.apache.lucene.store declared as MergeInfoModifier and TypeFieldDescriptionprivate final MergeInfoIOContext.mergeInfoThe field for themergeInforecord component.Methods in org.apache.lucene.store that return MergeInfoModifier and TypeMethodDescriptionIOContext.mergeInfo()Returns the value of themergeInforecord component.Constructors in org.apache.lucene.store with parameters of type MergeInfoModifierConstructorDescriptionIOContext(IOContext.Context context, MergeInfo mergeInfo, FlushInfo flushInfo, ReadAdvice readAdvice) Creates an instance of aIOContextrecord class.Creates anIOContextfor merging.