Class AppendingTermsReader
Reads append-only terms from AppendingTermsWriter.
This is a Lucene.NET EXPERIMENTAL API, use at your own risk
Inheritance
System.Object
AppendingTermsReader
Assembly: Lucene.Net.Codecs.dll
Syntax
public class AppendingTermsReader : BlockTreeTermsReader, IDisposable
Constructors
|
Improve this Doc
View Source
AppendingTermsReader(Directory, FieldInfos, SegmentInfo, PostingsReaderBase, IOContext, String, Int32)
Declaration
public AppendingTermsReader(Directory dir, FieldInfos fieldInfos, SegmentInfo info, PostingsReaderBase postingsReader, IOContext ioContext, string segmentSuffix, int indexDivisor)
Parameters
Methods
|
Improve this Doc
View Source
Declaration
protected override int ReadHeader(IndexInput input)
Parameters
Returns
Type |
Description |
System.Int32 |
|
Overrides
|
Improve this Doc
View Source
Declaration
protected override int ReadIndexHeader(IndexInput input)
Parameters
Returns
Type |
Description |
System.Int32 |
|
Overrides
|
Improve this Doc
View Source
Declaration
protected override void SeekDir(IndexInput input, long dirOffset)
Parameters
Type |
Name |
Description |
IndexInput |
input |
|
System.Int64 |
dirOffset |
|
Implements
IDisposable