Uses of Class
com.google.appengine.api.search.FacetResultValue
-
Packages that use FacetResultValue Package Description com.google.appengine.api.search Provides a service for indexing documents and retrieving them using search queries. -
-
Uses of FacetResultValue in com.google.appengine.api.search
Methods in com.google.appengine.api.search that return FacetResultValue Modifier and Type Method Description static FacetResultValueFacetResultValue. create(String label, int count, String refinementToken)Creates and returns a facet result value.Methods in com.google.appengine.api.search that return types with arguments of type FacetResultValue Modifier and Type Method Description List<FacetResultValue>FacetResult. getValues()The list of facet values computed during search.Methods in com.google.appengine.api.search with parameters of type FacetResultValue Modifier and Type Method Description FacetResult.BuilderFacetResult.Builder. addValue(FacetResultValue value)Add a value to this facet result.
-