Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class TermsIndexWriterBase.FieldWriter

    Terms index API for a single field.

    Inheritance
    System.Object
    TermsIndexWriterBase.FieldWriter
    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 FieldWriter

    Methods

    | Improve this Doc View Source

    Add(BytesRef, TermStats, Int64)

    Declaration
    public abstract void Add(BytesRef text, TermStats stats, long termsFilePointer)
    Parameters
    Type Name Description
    Lucene.Net.Util.BytesRef text
    Lucene.Net.Codecs.TermStats stats
    System.Int64 termsFilePointer
    | Improve this Doc View Source

    CheckIndexTerm(BytesRef, TermStats)

    Declaration
    public abstract bool CheckIndexTerm(BytesRef text, TermStats stats)
    Parameters
    Type Name Description
    Lucene.Net.Util.BytesRef text
    Lucene.Net.Codecs.TermStats stats
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Finish(Int64)

    Declaration
    public abstract void Finish(long termsFilePointer)
    Parameters
    Type Name Description
    System.Int64 termsFilePointer
    • 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.