Show / Hide Table of Contents

    Class CompressingTermVectorsReader

    TermVectorsReader for CompressingTermVectorsFormat.

    This is a Lucene.NET EXPERIMENTAL API, use at your own risk
    Inheritance
    System.Object
    TermVectorsReader
    CompressingTermVectorsReader
    Implements
    IDisposable
    Inherited Members
    TermVectorsReader.Dispose()
    Namespace: Lucene.Net.Codecs.Compressing
    Assembly: Lucene.Net.dll
    Syntax
    public sealed class CompressingTermVectorsReader : TermVectorsReader, IDisposable

    Constructors

    | Improve this Doc View Source

    CompressingTermVectorsReader(Directory, SegmentInfo, String, FieldInfos, IOContext, String, CompressionMode)

    Sole constructor.

    Declaration
    public CompressingTermVectorsReader(Directory d, SegmentInfo si, string segmentSuffix, FieldInfos fn, IOContext context, string formatName, CompressionMode compressionMode)
    Parameters
    Type Name Description
    Directory d
    SegmentInfo si
    System.String segmentSuffix
    FieldInfos fn
    IOContext context
    System.String formatName
    CompressionMode compressionMode

    Methods

    | Improve this Doc View Source

    CheckIntegrity()

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

    Clone()

    Declaration
    public override object Clone()
    Returns
    Type Description
    System.Object
    Overrides
    TermVectorsReader.Clone()
    | Improve this Doc View Source

    Dispose(Boolean)

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

    Get(Int32)

    Declaration
    public override Fields Get(int doc)
    Parameters
    Type Name Description
    System.Int32 doc
    Returns
    Type Description
    Fields
    Overrides
    TermVectorsReader.Get(Int32)
    | Improve this Doc View Source

    RamBytesUsed()

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

    Implements

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