A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class StatsResult

Inheritance
System.Object
StatsResult
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: SolrNet
Assembly: Solrnet.dll
Version: 13.30.0
Syntax
public class StatsResult

Constructors

StatsResult()

Declaration
public StatsResult()

Properties

Count

Declaration
public long Count { get; set; }
Property Value
Type Description
System.Int64

FacetResults

Declaration
public IDictionary<string, Dictionary<string, StatsResult>> FacetResults { get; set; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.Collections.Generic.Dictionary<System.String, StatsResult>>

Max

Declaration
public double Max { get; set; }
Property Value
Type Description
System.Double

Mean

Declaration
public double Mean { get; set; }
Property Value
Type Description
System.Double

Min

Declaration
public double Min { get; set; }
Property Value
Type Description
System.Double

Missing

Declaration
public long Missing { get; set; }
Property Value
Type Description
System.Int64

StdDev

Declaration
public double StdDev { get; set; }
Property Value
Type Description
System.Double

Sum

Declaration
public double Sum { get; set; }
Property Value
Type Description
System.Double

SumOfSquares

Declaration
public double SumOfSquares { get; set; }
Property Value
Type Description
System.Double