google.appengine.api.search.FacetRange
Stay organized with collections
Save and categorize content based on your preferences.
A facet range with start and end values.
Inherits From: expected_type
View aliases
Main aliases
`google.appengine.api.search.search.FacetRange`
google.appengine.api.search.FacetRange(
start=None, end=None
)
An example of a FacetRange for good rating is:
FacetRange(start=3.0, end=3.5)
Args |
start
|
Start value for the range, inclusive.
|
end
|
End value for the range. exclusive.
|
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 |
end
|
Returns exclusive end of the range.
|
start
|
Returns inclusive start of the range.
|
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 2025-06-16 UTC.
[null,null,["Last updated 2025-06-16 UTC."],[],[]]