Show / Hide Table of Contents

    Class TermsIndexWriterBase

    Base class for terms index implementations to plug into BlockTermsWriter.

    This is a Lucene.NET EXPERIMENTAL API, use at your own risk

    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
    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 © 2020 Licensed to the Apache Software Foundation (ASF)