Class SegmentInfoReader
Specifies an API for classes that can read SegmentInfo information.
@lucene.experimental
Inheritance
System.Object
SegmentInfoReader
Assembly: DistributedLucene.Net.dll
Syntax
public abstract class SegmentInfoReader : object
Constructors
Name | Description |
---|---|
SegmentInfoReader() | Sole constructor. (For invocation by subclass constructors, typically implicit.) |
Methods
Name | Description |
---|---|
Read(Directory, String, IOContext) | Read SegmentInfo data from a directory. |