Show / Hide Table of Contents

    Class VariableGapTermsIndexReader

    See VariableGapTermsIndexWriter.

    This is a Lucene.NET EXPERIMENTAL API, use at your own risk
    Inheritance
    System.Object
    TermsIndexReaderBase
    VariableGapTermsIndexReader
    Inherited Members
    TermsIndexReaderBase.Dispose()
    Namespace: Lucene.Net.Codecs.BlockTerms
    Assembly: Lucene.Net.Codecs.dll
    Syntax
    public class VariableGapTermsIndexReader : TermsIndexReaderBase

    Constructors

    | Improve this Doc View Source

    VariableGapTermsIndexReader(Directory, FieldInfos, String, Int32, String, IOContext)

    Declaration
    public VariableGapTermsIndexReader(Directory dir, FieldInfos fieldInfos, string segment, int indexDivisor, string segmentSuffix, IOContext context)
    Parameters
    Type Name Description
    Directory dir
    FieldInfos fieldInfos
    System.String segment
    System.Int32 indexDivisor
    System.String segmentSuffix
    IOContext context

    Properties

    | Improve this Doc View Source

    Divisor

    Declaration
    public override int Divisor { get; }
    Property Value
    Type Description
    System.Int32
    Overrides
    TermsIndexReaderBase.Divisor
    | Improve this Doc View Source

    SupportsOrd

    Declaration
    public override bool SupportsOrd { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    TermsIndexReaderBase.SupportsOrd

    Methods

    | Improve this Doc View Source

    Dispose(Boolean)

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

    GetFieldEnum(FieldInfo)

    Declaration
    public override TermsIndexReaderBase.FieldIndexEnum GetFieldEnum(FieldInfo fieldInfo)
    Parameters
    Type Name Description
    FieldInfo fieldInfo
    Returns
    Type Description
    TermsIndexReaderBase.FieldIndexEnum
    Overrides
    TermsIndexReaderBase.GetFieldEnum(FieldInfo)
    | Improve this Doc View Source

    RamBytesUsed()

    Declaration
    public override long RamBytesUsed()
    Returns
    Type Description
    System.Int64
    Overrides
    TermsIndexReaderBase.RamBytesUsed()
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)