Show / Hide Table of Contents

    Class AppendingTermsReader

    Reads append-only terms from AppendingTermsWriter.

    This is a Lucene.NET EXPERIMENTAL API, use at your own risk
    Inheritance
    System.Object
    Fields
    FieldsProducer
    BlockTreeTermsReader
    AppendingTermsReader
    Implements
    IDisposable
    Inherited Members
    BlockTreeTermsReader.Dispose(Boolean)
    BlockTreeTermsReader.GetEnumerator()
    BlockTreeTermsReader.GetTerms(String)
    BlockTreeTermsReader.Count
    BlockTreeTermsReader.RamBytesUsed()
    BlockTreeTermsReader.CheckIntegrity()
    FieldsProducer.Dispose()
    Fields.UniqueTermCount
    Fields.EMPTY_ARRAY
    Namespace: Lucene.Net.Codecs.Appending
    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
    Type Name Description
    Directory dir
    FieldInfos fieldInfos
    SegmentInfo info
    PostingsReaderBase postingsReader
    IOContext ioContext
    System.String segmentSuffix
    System.Int32 indexDivisor

    Methods

    | Improve this Doc View Source

    ReadHeader(IndexInput)

    Declaration
    protected override int ReadHeader(IndexInput input)
    Parameters
    Type Name Description
    IndexInput input
    Returns
    Type Description
    System.Int32
    Overrides
    BlockTreeTermsReader.ReadHeader(IndexInput)
    | Improve this Doc View Source

    ReadIndexHeader(IndexInput)

    Declaration
    protected override int ReadIndexHeader(IndexInput input)
    Parameters
    Type Name Description
    IndexInput input
    Returns
    Type Description
    System.Int32
    Overrides
    BlockTreeTermsReader.ReadIndexHeader(IndexInput)
    | Improve this Doc View Source

    SeekDir(IndexInput, Int64)

    Declaration
    protected override void SeekDir(IndexInput input, long dirOffset)
    Parameters
    Type Name Description
    IndexInput input
    System.Int64 dirOffset

    Implements

    IDisposable
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)