Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 8.45 KB

File metadata and controls

12 lines (9 loc) · 8.45 KB

FacetResult

Fields

Field Type Required Description Example
source_name Optional[str] The source of this facet (e.g. container_name, type, last_updated_at). container_name
operator_name Optional[str] How to display this facet. Currently supportes 'SelectSingle' and 'SelectMultiple'. SelectMultiple
buckets List[models.FacetBucket] A list of unique buckets that exist within this result set.
has_more_buckets Optional[bool] Returns true if more buckets exist than those returned. Additional buckets can be retrieve by requesting again with a higher facetBucketSize. false
group_name Optional[str] For most facets this will be the empty string, meaning the facet is high-level and applies to all documents for the datasource. When non-empty, this is used to group facets together (i.e. group facets for each doctype for a certain datasource) Service Cloud