• API

    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
    Lucene.Net.Codecs.TermVectorsReader
    SimpleTextTermVectorsReader
    Implements
    System.IDisposable
    Inherited Members
    Lucene.Net.Codecs.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.SimpleText
    Assembly: Lucene.Net.Codecs.dll
    Syntax
    public class SimpleTextTermVectorsReader : TermVectorsReader, IDisposable

    Constructors

    | Improve this Doc View Source

    SimpleTextTermVectorsReader(Directory, SegmentInfo, IOContext)

    Declaration
    public SimpleTextTermVectorsReader(Directory directory, SegmentInfo si, IOContext context)
    Parameters
    Type Name Description
    Lucene.Net.Store.Directory directory
    Lucene.Net.Index.SegmentInfo si
    Lucene.Net.Store.IOContext context

    Methods

    | Improve this Doc View Source

    CheckIntegrity()

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

    Clone()

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

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing
    Overrides
    Lucene.Net.Codecs.TermVectorsReader.Dispose(System.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
    Lucene.Net.Index.Fields
    Overrides
    Lucene.Net.Codecs.TermVectorsReader.Get(System.Int32)
    | Improve this Doc View Source

    RamBytesUsed()

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

    Implements

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