Show / Hide Table of Contents

    Class FSTTermsReader

    FST-based terms dictionary reader.

    The FST directly maps each term and its metadata, it is memory resident.

    This is a Lucene.NET EXPERIMENTAL API, use at your own risk
    Inheritance
    System.Object
    Fields
    FieldsProducer
    FSTTermsReader
    Implements
    IDisposable
    Inherited Members
    FieldsProducer.Dispose()
    Fields.UniqueTermCount
    Fields.EMPTY_ARRAY
    Namespace: Lucene.Net.Codecs.Memory
    Assembly: Lucene.Net.Codecs.dll
    Syntax
    public class FSTTermsReader : FieldsProducer, IDisposable

    Constructors

    | Improve this Doc View Source

    FSTTermsReader(SegmentReadState, PostingsReaderBase)

    Declaration
    public FSTTermsReader(SegmentReadState state, PostingsReaderBase postingsReader)
    Parameters
    Type Name Description
    SegmentReadState state
    PostingsReaderBase postingsReader

    Properties

    | Improve this Doc View Source

    Count

    Declaration
    public override int Count { get; }
    Property Value
    Type Description
    System.Int32
    Overrides
    Fields.Count

    Methods

    | Improve this Doc View Source

    CheckIntegrity()

    Declaration
    public override void CheckIntegrity()
    Overrides
    FieldsProducer.CheckIntegrity()
    | Improve this Doc View Source

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing
    | Improve this Doc View Source

    GetEnumerator()

    Declaration
    public override IEnumerator<string> GetEnumerator()
    Returns
    Type Description
    IEnumerator<System.String>
    Overrides
    Fields.GetEnumerator()
    | Improve this Doc View Source

    GetTerms(String)

    Declaration
    public override Terms GetTerms(string field)
    Parameters
    Type Name Description
    System.String field
    Returns
    Type Description
    Terms
    | Improve this Doc View Source

    RamBytesUsed()

    Declaration
    public override long RamBytesUsed()
    Returns
    Type Description
    System.Int64
    Overrides
    FieldsProducer.RamBytesUsed()

    Implements

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