Class MergeInfo
A MergeInfo provides information required for a MERGE context. It is used as part of an IOContext in case of MERGE context.
Inheritance
System.Object
MergeInfo
Assembly: DistributedLucene.Net.dll
Syntax
public class MergeInfo : object
Constructors
Name | Description |
---|---|
MergeInfo(Int32, Int64, Boolean, Int32) | Creates a new MergeInfo instance from the values required for a MERGE IOContext context. These values are only estimates and are not the actual values. |
Properties
Name | Description |
---|---|
EstimatedMergeBytes | |
IsExternal | |
MergeMaxNumSegments | |
TotalDocCount |
Methods
Name | Description |
---|---|
Equals(Object) | |
GetHashCode() | |
ToString() |