Show / Hide Table of Contents

    Class AssertingTermVectorsFormat

    Just like but with additional asserts.

    Inheritance
    System.Object
    AssertingTermVectorsFormat
    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
    | 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
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)