Send feedback
google.appengine.api.search.FacetResultValue
Stay organized with collections
Save and categorize content based on your preferences.
A facet value as part of search result.
Inherits From: expected_type
View aliases
Main aliases
`google.appengine.api.search.search.FacetResultValue`
google . appengine . api . search . FacetResultValue (
label , count , refinement
)
Args
label
The label of the facet. Either the name of the facet, user
provider range name, or system generated range name.
count
Occurrence frequency of the label for the given facet.
refinement
The FacetRefinement object for this value. Passing this object
or its string token to the next query will refine the result based on
this facet value.
Raises
TypeError
If any of the parameters have invalid types, or an unknown
attribute is passed.
ValueError
If any of the parameters have invalid values.
Attributes
count
Returns the count for this facet value.
label
Returns the label for this facet value.
refinement_token
Returns the refinement token string for this facet value.
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2023-04-26 UTC.
Need to tell us more?
[[["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 2023-04-26 UTC."],[],[]]