Uses of Class
com.google.appengine.api.search.FacetRefinement
-
Packages that use FacetRefinement Package Description com.google.appengine.api.search Provides a service for indexing documents and retrieving them using search queries. -
-
Uses of FacetRefinement in com.google.appengine.api.search
Methods in com.google.appengine.api.search that return FacetRefinement Modifier and Type Method Description static FacetRefinementFacetRefinement. fromTokenString(String token)Converts a token string to a FacetRefinement object.static FacetRefinementFacetRefinement. withRange(String name, FacetRange range)static FacetRefinementFacetRefinement. withValue(String name, String value)Methods in com.google.appengine.api.search that return types with arguments of type FacetRefinement Modifier and Type Method Description com.google.common.collect.ImmutableList<FacetRefinement>Query. getRefinements()Returns an unmodifiable list of facet refinements for the search.Methods in com.google.appengine.api.search with parameters of type FacetRefinement Modifier and Type Method Description Query.BuilderQuery.Builder. addFacetRefinement(FacetRefinement refinement)Adds a facet refinement.
-