Show / Hide Table of Contents

    Class TermsIndexWriterBase.FieldWriter

    Terms index API for a single field.

    Inheritance
    System.Object
    TermsIndexWriterBase.FieldWriter
    Namespace: Lucene.Net.Codecs.BlockTerms
    Assembly: Lucene.Net.Codecs.dll
    Syntax
    public abstract class FieldWriter : object

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