Class MergePolicy.MergeSpecification
A Merge
Inheritance
System.Object
MergePolicy.MergeSpecification
Namespace: Lucene.Net.Index
Assembly: Lucene.Net.dll
Syntax
public class MergeSpecification : object
Constructors
| Improve this Doc View SourceMergeSpecification()
Sole constructor. Use
Add(Merge
Declaration
public MergeSpecification()
Properties
| Improve this Doc View SourceMerges
The subset of segments to be included in the primitive merge.
Declaration
public IList<MergePolicy.OneMerge> Merges { get; }
Property Value
Type | Description |
---|---|
IList<Merge |
Methods
| Improve this Doc View SourceAdd(MergePolicy.OneMerge)
Adds the provided Merge
Declaration
public virtual void Add(MergePolicy.OneMerge merge)
Parameters
Type | Name | Description |
---|---|---|
Merge |
merge |
SegString(Directory)
Returns a description of the merges in this specification.
Declaration
public virtual string SegString(Directory dir)
Parameters
Type | Name | Description |
---|---|---|
Directory | dir |
Returns
Type | Description |
---|---|
System. |