Represents a facet result computed from an extended search result set. A facet result contains
a name, a type, and a set of values. Name is a single facet name and each value has a label and
a count. The value label can be a single facet value name, or a range label
(in "[start,end)" format).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["`FacetResult` is a class representing a facet result from an extended search, containing a name, type, and values."],["Each value within `FacetResult` has a label and a count, which may be a single facet value name or a range label."],["The `getName()` method returns the single facet name associated with this facet result as a string."],["`getValues()` returns an unmodifiable list of `FacetResultValue`, where each value has a label, count, and refinement token."],["`newBuilder()` provides a static method for creating a `FacetResult.Builder` instance, and it inherits several methods from the `Object` class."]]],[]]