
AggregationResult
- Namespace
- Rowles.LeanLucene.Search.Aggregations
- Assembly
- Rowles.LeanLucene.dll
Result of a numeric aggregation over matching documents.
public sealed class AggregationResult
AggregationResult
Avg
Gets the average value across all matching documents.
Buckets
Histogram buckets (non-null only for Histogram aggregations).
Count
Gets the number of documents that had a value for the aggregated field.
Field
Gets the numeric field that was aggregated.
Max
Gets the maximum value found across matching documents.
Min
Gets the minimum value found across matching documents.
Name
Gets the caller-assigned name of this aggregation result.
Sum
Gets the sum of values across all matching documents.
Empty(string, string)
An empty/no-data result.