Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class TermsIndexWriterBase.FieldWriter

    Terms index API for a single field.

    Inheritance
    object
    TermsIndexWriterBase.FieldWriter
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Lucene.Net.Codecs.BlockTerms
    Assembly: Lucene.Net.Codecs.dll
    Syntax
    public abstract class TermsIndexWriterBase.FieldWriter

    Methods

    Add(BytesRef, TermStats, long)

    Terms index API for a single field.

    Declaration
    public abstract void Add(BytesRef text, TermStats stats, long termsFilePointer)
    Parameters
    Type Name Description
    BytesRef text
    TermStats stats
    long termsFilePointer

    CheckIndexTerm(BytesRef, TermStats)

    Terms index API for a single field.

    Declaration
    public abstract bool CheckIndexTerm(BytesRef text, TermStats stats)
    Parameters
    Type Name Description
    BytesRef text
    TermStats stats
    Returns
    Type Description
    bool

    Finish(long)

    Terms index API for a single field.

    Declaration
    public abstract void Finish(long termsFilePointer)
    Parameters
    Type Name Description
    long termsFilePointer
    Back to top Copyright © 2024 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.