Uses of Class
com.google.appengine.api.search.FacetRequest
-
Packages that use FacetRequest Package Description com.google.appengine.api.search Provides a service for indexing documents and retrieving them using search queries. -
-
Uses of FacetRequest in com.google.appengine.api.search
Methods in com.google.appengine.api.search that return FacetRequest Modifier and Type Method Description FacetRequestFacetRequest.Builder. build()Construct the final message.Methods in com.google.appengine.api.search that return types with arguments of type FacetRequest Modifier and Type Method Description com.google.common.collect.ImmutableList<FacetRequest>Query. getReturnFacets()Returns an unmodifiable list of requests for facets to be returned with the search results.Methods in com.google.appengine.api.search with parameters of type FacetRequest Modifier and Type Method Description Query.BuilderQuery.Builder. addReturnFacet(FacetRequest facet)Requests a facet to be returned with search results.static FacetRequest.BuilderFacetRequest. newBuilder(FacetRequest request)Creates a builder from the given FacetRequest.
-