Class SegmentMerger
The SegmentMerger class combines two or more Segments, represented by an IndexReader (Add(Index
If the compoundFile flag is set, then the segments will be merged into a compound file.
Inheritance
System.Object
SegmentMerger
Namespace:
Assembly: Lucene.Net.NetCore.dll
Syntax
public sealed class SegmentMerger : object
Constructors
Name | Description |
---|---|
Segment |
This ctor used only by test code. |
Methods
Name | Description |
---|---|
Add(Index |
Add an IndexReader to the collection of readers that are to be merged |
Create |
|
Merge() | Merges the readers specified by the Add(Index |