Show / Hide Table of Contents

    Class TermsIndexWriterBase

    Base class for terms index implementations to plug into BlockTermsWriter.

    @lucene.experimental

    Inheritance
    System.Object
    TermsIndexWriterBase
    FixedGapTermsIndexWriter
    VariableGapTermsIndexWriter
    Namespace: Lucene.Net.Codecs.BlockTerms
    Assembly: Lucene.Net.Codecs.dll
    Syntax
    public abstract class TermsIndexWriterBase : IDisposable

    Methods

    | Improve this Doc View Source

    AddField(FieldInfo, Int64)

    Declaration
    public abstract TermsIndexWriterBase.FieldWriter AddField(FieldInfo fieldInfo, long termsFilePointer)
    Parameters
    Type Name Description
    FieldInfo fieldInfo
    System.Int64 termsFilePointer
    Returns
    Type Description
    TermsIndexWriterBase.FieldWriter
    | Improve this Doc View Source

    Dispose()

    Declaration
    public void Dispose()
    | Improve this Doc View Source

    Dispose(Boolean)

    Declaration
    protected abstract void Dispose(bool disposing)
    Parameters
    Type Name Description
    System.Boolean disposing

    See Also

    TermsIndexReaderBase
    • Improve this Doc
    • View Source
    Back to top Copyright © 2020 Licensed to the Apache Software Foundation (ASF)