Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class VariableGapTermsIndexReader

    See VariableGapTermsIndexWriter.

    Note

    This API is experimental and might change in incompatible ways in the next release.

    Inheritance
    object
    TermsIndexReaderBase
    VariableGapTermsIndexReader
    Implements
    IDisposable
    Inherited Members
    TermsIndexReaderBase.Dispose()
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Lucene.Net.Codecs.BlockTerms
    Assembly: Lucene.Net.Codecs.dll
    Syntax
    public class VariableGapTermsIndexReader : TermsIndexReaderBase, IDisposable

    Constructors

    VariableGapTermsIndexReader(Directory, FieldInfos, string, int, string, IOContext)

    See VariableGapTermsIndexWriter.

    Note

    This API is experimental and might change in incompatible ways in the next release.

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

    Properties

    Divisor

    See VariableGapTermsIndexWriter.

    Note

    This API is experimental and might change in incompatible ways in the next release.

    Declaration
    public override int Divisor { get; }
    Property Value
    Type Description
    int
    Overrides
    TermsIndexReaderBase.Divisor

    SupportsOrd

    See VariableGapTermsIndexWriter.

    Note

    This API is experimental and might change in incompatible ways in the next release.

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

    Methods

    Dispose(bool)

    See VariableGapTermsIndexWriter.

    Note

    This API is experimental and might change in incompatible ways in the next release.

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    bool disposing
    Overrides
    TermsIndexReaderBase.Dispose(bool)

    GetFieldEnum(FieldInfo)

    See VariableGapTermsIndexWriter.

    Note

    This API is experimental and might change in incompatible ways in the next release.

    Declaration
    public override TermsIndexReaderBase.FieldIndexEnum GetFieldEnum(FieldInfo fieldInfo)
    Parameters
    Type Name Description
    FieldInfo fieldInfo
    Returns
    Type Description
    TermsIndexReaderBase.FieldIndexEnum
    Overrides
    TermsIndexReaderBase.GetFieldEnum(FieldInfo)

    RamBytesUsed()

    Returns approximate RAM bytes used.

    Declaration
    public override long RamBytesUsed()
    Returns
    Type Description
    long
    Overrides
    TermsIndexReaderBase.RamBytesUsed()

    Implements

    IDisposable
    Back to top Copyright © 2024 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.