Skip to main content

FacetCounts

Type Alias FacetCounts 

Source
pub type FacetCounts = Vec<(Vec<u8>, u64)>;
Expand description

One facet field’s reported buckets: (value, count), most frequent first.

Aliased Type§

pub struct FacetCounts { /* private fields */ }