Table of Contents

Public classSealed 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

Public constructor FacetResult(string, IReadOnlyList<FacetBucket>)

Initialises a new FacetResult with the given field name and buckets.

Public property Buckets

Gets the value-count buckets, sorted by count descending.

Public property FieldName

Gets the name of the field these facet counts are for.