Show / Hide Table of Contents

    Class AssertingTermVectorsFormat

    Just like Lucene40TermVectorsFormat but with additional asserts.

    Inheritance
    System.Object
    TermVectorsFormat
    AssertingTermVectorsFormat
    Inherited Members
    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.Asserting
    Assembly: Lucene.Net.TestFramework.dll
    Syntax
    public class AssertingTermVectorsFormat : TermVectorsFormat

    Methods

    | Improve this Doc View Source

    VectorsReader(Directory, SegmentInfo, FieldInfos, IOContext)

    Declaration
    public override TermVectorsReader VectorsReader(Directory directory, SegmentInfo segmentInfo, FieldInfos fieldInfos, IOContext context)
    Parameters
    Type Name Description
    Directory directory
    SegmentInfo segmentInfo
    FieldInfos fieldInfos
    IOContext context
    Returns
    Type Description
    TermVectorsReader
    Overrides
    TermVectorsFormat.VectorsReader(Directory, SegmentInfo, FieldInfos, IOContext)
    | Improve this Doc View Source

    VectorsWriter(Directory, SegmentInfo, IOContext)

    Declaration
    public override TermVectorsWriter VectorsWriter(Directory directory, SegmentInfo segmentInfo, IOContext context)
    Parameters
    Type Name Description
    Directory directory
    SegmentInfo segmentInfo
    IOContext context
    Returns
    Type Description
    TermVectorsWriter
    Overrides
    TermVectorsFormat.VectorsWriter(Directory, SegmentInfo, IOContext)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)