Search Results for

    Show / Hide Table of Contents

    Class TermVectorTerm

    Inheritance
    object
    TermVectorTerm
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: OpenSearch.Client
    Assembly: OpenSearch.Client.dll
    Syntax
    [DataContract]
    public class TermVectorTerm

    Properties

    | Edit this page View Source

    DocumentFrequency

    Declaration
    [DataMember(Name = "doc_freq")]
    public int DocumentFrequency { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    Score

    Declaration
    [DataMember(Name = "score")]
    public double Score { get; }
    Property Value
    Type Description
    double
    | Edit this page View Source

    TermFrequency

    Declaration
    [DataMember(Name = "term_freq")]
    public int TermFrequency { get; }
    Property Value
    Type Description
    int
    | Edit this page View Source

    Tokens

    Declaration
    [DataMember(Name = "tokens")]
    public IReadOnlyCollection<Token> Tokens { get; }
    Property Value
    Type Description
    IReadOnlyCollection<Token>
    | Edit this page View Source

    TotalTermFrequency

    Declaration
    [DataMember(Name = "ttf")]
    public int TotalTermFrequency { get; }
    Property Value
    Type Description
    int

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • DocumentFrequency
      • Score
      • TermFrequency
      • Tokens
      • TotalTermFrequency
    • Extension Methods
    Back to top Generated by DocFX