Fork me on GitHub
  • API

    Show / Hide Table of Contents

    Class ScoreTerm

    An "interesting word" and related top field, score and frequency information.

    Inheritance
    System.Object
    ScoreTerm
    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.Queries.Mlt
    Assembly: Lucene.Net.Queries.dll
    Syntax
    public class ScoreTerm

    Properties

    | Improve this Doc View Source

    DocFreq

    Gets the frequency of this word in the index (System.Int32).

    Declaration
    public int DocFreq { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    Idf

    Gets the inverse document frequency (IDF) value (System.Single).

    Declaration
    public float Idf { get; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    Score

    Gets the score for this word (System.Single).

    Declaration
    public float Score { get; }
    Property Value
    Type Description
    System.Single
    | Improve this Doc View Source

    Tf

    Gets the frequency of this word in the source document (System.Int32).

    Declaration
    public int Tf { get; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    TopField

    Gets the top field that this word comes from.

    Declaration
    public string TopField { get; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Word

    Gets the word.

    Declaration
    public string Word { get; }
    Property Value
    Type Description
    System.String
    • 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.