Stay organized with collections
Save and categorize content based on your preferences.
publicfinalclassFacetResultimplementsSerializable
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-08-07 UTC."],[[["\u003cp\u003e\u003ccode\u003eFacetResult\u003c/code\u003e is a class representing a facet result from an extended search, containing a name, type, and values.\u003c/p\u003e\n"],["\u003cp\u003eEach value within \u003ccode\u003eFacetResult\u003c/code\u003e has a label and a count, which may be a single facet value name or a range label.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egetName()\u003c/code\u003e method returns the single facet name associated with this facet result as a string.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003egetValues()\u003c/code\u003e returns an unmodifiable list of \u003ccode\u003eFacetResultValue\u003c/code\u003e, where each value has a label, count, and refinement token.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003enewBuilder()\u003c/code\u003e provides a static method for creating a \u003ccode\u003eFacetResult.Builder\u003c/code\u003e instance, and it inherits several methods from the \u003ccode\u003eObject\u003c/code\u003e class.\u003c/p\u003e\n"]]],[],null,[]]