FacetResult: Facet Result

FacetResultR Documentation

Facet Result

Description

Result of facet aggregation

Public fields

field

Field name

values

List of FacetValue objects

total_count

Total count

other_count

Count of values not in top-N

Methods

Public methods


Method new()

Create a new FacetResult

Usage
FacetResult$new(field, values, total_count, other_count = 0)
Arguments
field

Field name

values

List of FacetValue objects

total_count

Total count

other_count

Other count


Method to_list()

Convert to list

Usage
FacetResult$to_list()

Method clone()

The objects of this class are cloneable with this method.

Usage
FacetResult$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


VectrixDB documentation built on Feb. 20, 2026, 5:09 p.m.