Class Lucene40SegmentInfoReader
Lucene 4.0 implementation of SegmentInfoReader.
@lucene.experimental
Namespace: Lucene.Net.Codecs.Lucene40
Assembly: Lucene.Net.dll
Syntax
public class Lucene40SegmentInfoReader : SegmentInfoReader
Constructors
| Improve this Doc View SourceLucene40SegmentInfoReader()
Sole constructor.
Declaration
public Lucene40SegmentInfoReader()
Methods
| Improve this Doc View SourceRead(Directory, String, IOContext)
Declaration
public override SegmentInfo Read(Directory dir, string segment, IOContext context)
Parameters
Type | Name | Description |
---|---|---|
Directory | dir | |
System.String | segment | |
IOContext | context |
Returns
Type | Description |
---|---|
SegmentInfo |