Show / Hide Table of Contents

    Class SimpleTextStoredFieldsFormat

    Plain text stored fields format.

    FOR RECREATIONAL USE ONLY

    This is a Lucene.NET EXPERIMENTAL API, use at your own risk
    Inheritance
    System.Object
    StoredFieldsFormat
    SimpleTextStoredFieldsFormat
    Namespace: Lucene.Net.Codecs.SimpleText
    Assembly: Lucene.Net.Codecs.dll
    Syntax
    public class SimpleTextStoredFieldsFormat : 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
    Overrides
    StoredFieldsFormat.FieldsReader(Directory, SegmentInfo, FieldInfos, IOContext)
    | 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
    Overrides
    StoredFieldsFormat.FieldsWriter(Directory, SegmentInfo, IOContext)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)