google.appengine.api.search.FacetResult

Represents a facet result returned from a search with faceted search.

Inherits From: expected_type

name The name of this facet result.
values An iterable of FacetResultValue instances representing values for this document.

TypeError If any of the parameters have invalid types, or an unknown attribute is passed.
ValueError If any of the parameters have invalid values.

name Returns the name of this facet result.
values Returns values for this facet result.