Show / Hide Table of Contents

    Class SimpleTextTermVectorsReader

    Reads plain-text term vectors.

    FOR RECREATIONAL USE ONLY

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

    Constructors

    | Improve this Doc View Source

    SimpleTextTermVectorsReader(Directory, SegmentInfo, IOContext)

    Declaration
    public SimpleTextTermVectorsReader(Directory directory, SegmentInfo si, IOContext context)
    Parameters
    Type Name Description
    Directory directory
    SegmentInfo si
    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
    | 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
    | Improve this Doc View Source

    RamBytesUsed()

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