Show / Hide Table of Contents

    Class AssertingStoredFieldsFormat

    Just like but with additional asserts.

    Inheritance
    System.Object
    AssertingStoredFieldsFormat
    Namespace: Lucene.Net.Codecs.Asserting
    Assembly: Lucene.Net.TestFramework.dll
    Syntax
    public class AssertingStoredFieldsFormat : StoredFieldsFormat

    Methods

    | Improve this Doc View Source

    FieldsReader(Directory, SegmentInfo, FieldInfos, IOContext)

    Declaration
    public override StoredFieldsReader FieldsReader(Directory directory, SegmentInfo si, FieldInfos fn, IOContext context)
    Parameters
    Type Name Description
    Directory directory
    SegmentInfo si
    FieldInfos fn
    IOContext context
    Returns
    Type Description
    StoredFieldsReader
    | Improve this Doc View Source

    FieldsWriter(Directory, SegmentInfo, IOContext)

    Declaration
    public override StoredFieldsWriter FieldsWriter(Directory directory, SegmentInfo si, IOContext context)
    Parameters
    Type Name Description
    Directory directory
    SegmentInfo si
    IOContext context
    Returns
    Type Description
    StoredFieldsWriter
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)