Uses of Class
com.google.appengine.api.search.FacetOptions
-
Packages that use FacetOptions Package Description com.google.appengine.api.search Provides a service for indexing documents and retrieving them using search queries. -
-
Uses of FacetOptions in com.google.appengine.api.search
Methods in com.google.appengine.api.search that return FacetOptions Modifier and Type Method Description FacetOptionsFacetOptions.Builder. build()Returns an immutableFacetOptionsthat reflects the current state of this Builder.FacetOptionsQuery. getFacetOptions()Returns theFacetOptionsfor controlling faceted search or null if unset.Methods in com.google.appengine.api.search with parameters of type FacetOptions Modifier and Type Method Description static FacetOptions.BuilderFacetOptions. newBuilder(FacetOptions options)Creates and returns aFacetOptions.Builderthat reflects the given options.Query.BuilderQuery.Builder. setFacetOptions(FacetOptions options)Sets the facet options.
-