Fork me on GitHub
  • API

    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
    System.IDisposable
    Inherited Members
    TermVectorsReader.Dispose()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    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

    System.IDisposable

    See Also

    Lucene40TermVectorsFormat
    • Improve this Doc
    • View Source
    Back to top Copyright © 2021 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.