Search Results for

    Show / Hide Table of Contents

    Class FieldStatistics

    Inheritance
    object
    FieldStatistics
    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 FieldStatistics

    Properties

    | Edit this page View Source

    DocumentCount

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

    SumOfDocumentFrequencies

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

    SumOfTotalTermFrequencies

    Declaration
    [DataMember(Name = "sum_ttf")]
    public long SumOfTotalTermFrequencies { get; }
    Property Value
    Type Description
    long

    Extension Methods

    SuffixExtensions.Suffix(object, string)
    • Edit this page
    • View Source
    In this article
    • Properties
      • DocumentCount
      • SumOfDocumentFrequencies
      • SumOfTotalTermFrequencies
    • Extension Methods
    Back to top Generated by DocFX