Table of Contents

Public structRead-only 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>

Public constructor FacetBucket(string, int)

A single facet bucket: a field value and how many matching documents have it.

Public property Count

The number of matching documents that have this field value.

Public property Value

The field value represented by this bucket.