Class SegmentInfoWriter
Specifies an API for classes that can write out SegmentInfo data.
@lucene.experimental
Inheritance
System.Object
SegmentInfoWriter
Assembly: DistributedLucene.Net.dll
Syntax
public abstract class SegmentInfoWriter : object
Constructors
Name | Description |
---|---|
SegmentInfoWriter() | Sole constructor. (For invocation by subclass constructors, typically implicit.) |
Methods
Name | Description |
---|---|
Write(Directory, SegmentInfo, FieldInfos, IOContext) | Write SegmentInfo data. |