London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

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