Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class SimpleTextStoredFieldsWriter

    Writes plain-text stored fields.

    FOR RECREATIONAL USE ONLY

    Note

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

    Inheritance
    System.Object
    Lucene.Net.Codecs.StoredFieldsWriter
    SimpleTextStoredFieldsWriter
    Implements
    System.IDisposable
    Inherited Members
    Lucene.Net.Codecs.StoredFieldsWriter.FinishDocument()
    Lucene.Net.Codecs.StoredFieldsWriter.Merge(Lucene.Net.Index.MergeState)
    Lucene.Net.Codecs.StoredFieldsWriter.AddDocument<T1>(System.Collections.Generic.IEnumerable<T1>, Lucene.Net.Index.FieldInfos)
    Lucene.Net.Codecs.StoredFieldsWriter.Dispose()
    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.SimpleText
    Assembly: Lucene.Net.Codecs.dll
    Syntax
    public class SimpleTextStoredFieldsWriter : StoredFieldsWriter, IDisposable

    Constructors

    | Improve this Doc View Source

    SimpleTextStoredFieldsWriter(Directory, String, IOContext)

    Declaration
    public SimpleTextStoredFieldsWriter(Directory directory, string segment, IOContext context)
    Parameters
    Type Name Description
    Lucene.Net.Store.Directory directory
    System.String segment
    Lucene.Net.Store.IOContext context

    Methods

    | Improve this Doc View Source

    Abort()

    Declaration
    public override void Abort()
    Overrides
    Lucene.Net.Codecs.StoredFieldsWriter.Abort()
    | Improve this Doc View Source

    Dispose(Boolean)

    Declaration
    protected override void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing
    Overrides
    Lucene.Net.Codecs.StoredFieldsWriter.Dispose(System.Boolean)
    | Improve this Doc View Source

    Finish(FieldInfos, Int32)

    Declaration
    public override void Finish(FieldInfos fis, int numDocs)
    Parameters
    Type Name Description
    Lucene.Net.Index.FieldInfos fis
    System.Int32 numDocs
    Overrides
    Lucene.Net.Codecs.StoredFieldsWriter.Finish(Lucene.Net.Index.FieldInfos, System.Int32)
    | Improve this Doc View Source

    StartDocument(Int32)

    Declaration
    public override void StartDocument(int numStoredFields)
    Parameters
    Type Name Description
    System.Int32 numStoredFields
    Overrides
    Lucene.Net.Codecs.StoredFieldsWriter.StartDocument(System.Int32)
    | Improve this Doc View Source

    WriteField(FieldInfo, IIndexableField)

    Declaration
    public override void WriteField(FieldInfo info, IIndexableField field)
    Parameters
    Type Name Description
    Lucene.Net.Index.FieldInfo info
    Lucene.Net.Index.IIndexableField field
    Overrides
    Lucene.Net.Codecs.StoredFieldsWriter.WriteField(Lucene.Net.Index.FieldInfo, Lucene.Net.Index.IIndexableField)

    Implements

    System.IDisposable
    • Improve this Doc
    • View Source
    Back to top Copyright © 2021 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.