Show / Hide Table of Contents

    Class Lucene40TermVectorsReader

    Lucene 4.0 Term Vectors reader.

    It reads .tvd, .tvf, and .tvx files.

    Inheritance
    System.Object
    TermVectorsReader
    Lucene40TermVectorsReader
    Implements
    IDisposable
    Inherited Members
    TermVectorsReader.Dispose()
    Namespace: Lucene.Net.Codecs.Lucene40
    Assembly: Lucene.Net.dll
    Syntax
    public class Lucene40TermVectorsReader : TermVectorsReader, IDisposable

    Constructors

    | Improve this Doc View Source

    Lucene40TermVectorsReader(Directory, SegmentInfo, FieldInfos, IOContext)

    Sole constructor.

    Declaration
    public Lucene40TermVectorsReader(Directory d, SegmentInfo si, FieldInfos fieldInfos, IOContext context)
    Parameters
    Type Name Description
    Directory d
    SegmentInfo si
    FieldInfos fieldInfos
    IOContext context

    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 docID)
    Parameters
    Type Name Description
    System.Int32 docID
    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

    See Also

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