Uses of Class
com.google.appengine.api.search.FacetRange
-
Packages that use FacetRange Package Description com.google.appengine.api.search Provides a service for indexing documents and retrieving them using search queries. -
-
Uses of FacetRange in com.google.appengine.api.search
Methods in com.google.appengine.api.search that return FacetRange Modifier and Type Method Description FacetRangeFacetRefinement. getRange()Returns the range for numeric facets or null if there is no range.static FacetRangeFacetRange. withEnd(Double end)Creates a numericFacetRangethat matches any value less thanend.static FacetRangeFacetRange. withStart(Double start)Creates a numericFacetRangethat matches any value greater than or equal tostart.static FacetRangeFacetRange. withStartEnd(Double start, Double end)Creates a numericFacetRangethat matches any value greater than or equal tostartbut less thanend.Methods in com.google.appengine.api.search that return types with arguments of type FacetRange Modifier and Type Method Description List<FacetRange>FacetRequest. getRanges()Returns an unmodifiable list ofFacetRanges.Methods in com.google.appengine.api.search with parameters of type FacetRange Modifier and Type Method Description FacetRequest.BuilderFacetRequest.Builder. addRange(FacetRange range)Adds aFacetRangeto this request.static FacetRefinementFacetRefinement. withRange(String name, FacetRange range)
-