Package org.apache.lucene.store
Class MergeInfo
java.lang.Object
org.apache.lucene.store.MergeInfo
A MergeInfo provides information required for a MERGE context. It is used as part of an
IOContext
in case of MERGE context.-
Field Summary
Modifier and TypeFieldDescriptionfinal long
final boolean
final int
final int
-
Constructor Summary
-
Method Summary
-
Field Details
-
totalMaxDoc
public final int totalMaxDoc -
estimatedMergeBytes
public final long estimatedMergeBytes -
isExternal
public final boolean isExternal -
mergeMaxNumSegments
public final int mergeMaxNumSegments
-
-
Constructor Details
-
MergeInfo
public MergeInfo(int totalMaxDoc, long estimatedMergeBytes, boolean isExternal, int mergeMaxNumSegments)
-
-
Method Details