Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class TermStats

    Holder for a term along with its statistics (DocFreq and TotalTermFreq).

    Inheritance
    object
    TermStats
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.ReferenceEquals(object, object)
    Namespace: Lucene.Net.Misc
    Assembly: Lucene.Net.Misc.dll
    Syntax
    public sealed class TermStats

    Properties

    DocFreq

    Holder for a term along with its statistics (DocFreq and TotalTermFreq).

    Declaration
    public int DocFreq { get; set; }
    Property Value
    Type Description
    int

    Field

    Holder for a term along with its statistics (DocFreq and TotalTermFreq).

    Declaration
    public string Field { get; set; }
    Property Value
    Type Description
    string

    TermText

    Holder for a term along with its statistics (DocFreq and TotalTermFreq).

    Declaration
    public BytesRef TermText { get; }
    Property Value
    Type Description
    BytesRef

    TotalTermFreq

    Holder for a term along with its statistics (DocFreq and TotalTermFreq).

    Declaration
    public long TotalTermFreq { get; set; }
    Property Value
    Type Description
    long

    Methods

    ToString()

    Returns a string that represents the current object.

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    A string that represents the current object.

    Overrides
    object.ToString()
    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.