Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class SimpleTextStoredFieldsFormat

    Plain text stored fields format.

    FOR RECREATIONAL USE ONLY

    Note

    This API is experimental and might change in incompatible ways in the next release.

    Inheritance
    object
    StoredFieldsFormat
    SimpleTextStoredFieldsFormat
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Lucene.Net.Codecs.SimpleText
    Assembly: Lucene.Net.Codecs.dll
    Syntax
    public class SimpleTextStoredFieldsFormat : StoredFieldsFormat

    Methods

    FieldsReader(Directory, SegmentInfo, FieldInfos, IOContext)

    Returns a Lucene.Net.Codecs.StoredFieldsReader to load stored fields.

    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
    Lucene.Net.Codecs.StoredFieldsFormat.FieldsReader(Lucene.Net.Store.Directory, Lucene.Net.Index.SegmentInfo, Lucene.Net.Index.FieldInfos, Lucene.Net.Store.IOContext)

    FieldsWriter(Directory, SegmentInfo, IOContext)

    Returns a Lucene.Net.Codecs.StoredFieldsWriter to write stored fields.

    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
    Lucene.Net.Codecs.StoredFieldsFormat.FieldsWriter(Lucene.Net.Store.Directory, Lucene.Net.Index.SegmentInfo, Lucene.Net.Store.IOContext)
    Back to top Copyright © 2024 The Apache Software Foundation, Licensed under the Apache License, Version 2.0
    Apache Lucene.Net, Lucene.Net, Apache, the Apache feather logo, and the Apache Lucene.Net project logo are trademarks of The Apache Software Foundation.
    All other marks mentioned may be trademarks or registered trademarks of their respective owners.