Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class TermsIndexWriterBase

    Base class for terms index implementations to plug into BlockTermsWriter.

    Note

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

    Inheritance
    System.Object
    TermsIndexWriterBase
    FixedGapTermsIndexWriter
    VariableGapTermsIndexWriter
    Implements
    System.IDisposable
    Inherited Members
    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.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
    Lucene.Net.Index.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

    Implements

    System.IDisposable

    See Also

    TermsIndexReaderBase
    • 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.