
FacetBucket
- Namespace
- Rowles.LeanLucene.Search.Scoring
- Assembly
- Rowles.LeanLucene.dll
A single facet bucket: a field value and how many matching documents have it.
public readonly record struct FacetBucket : IEquatable<FacetBucket>
FacetBucket(string, int)
A single facet bucket: a field value and how many matching documents have it.
Count
The number of matching documents that have this field value.
Value
The field value represented by this bucket.