Show / Hide Table of Contents

    Class SimpleTextStoredFieldsWriter

    Writes plain-text stored fields.

    FOR RECREATIONAL USE ONLY

    This is a Lucene.NET EXPERIMENTAL API, use at your own risk
    Inheritance
    System.Object
    StoredFieldsWriter
    SimpleTextStoredFieldsWriter
    Implements
    System.IDisposable
    Inherited Members
    StoredFieldsWriter.FinishDocument()
    StoredFieldsWriter.Merge(MergeState)
    StoredFieldsWriter.AddDocument<T1>(IEnumerable<T1>, FieldInfos)
    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
    Directory directory
    System.String segment
    IOContext context

    Methods

    | Improve this Doc View Source

    Abort()

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

    Dispose(Boolean)

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

    Finish(FieldInfos, Int32)

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

    StartDocument(Int32)

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

    WriteField(FieldInfo, IIndexableField)

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

    Implements

    System.IDisposable
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Licensed to the Apache Software Foundation (ASF)