
FacetResult
- Namespace
- Rowles.LeanLucene.Search.Scoring
- Assembly
- Rowles.LeanLucene.dll
The facet result for one field: the field name and its value-count buckets.
public sealed class FacetResult
FacetResult
FacetResult(string, IReadOnlyList<FacetBucket>)
Initialises a new FacetResult with the given field name and buckets.
Buckets
Gets the value-count buckets, sorted by count descending.
FieldName
Gets the name of the field these facet counts are for.