Uses of Class
com.google.appengine.api.search.Facet
-
Packages that use Facet Package Description com.google.appengine.api.search Provides a service for indexing documents and retrieving them using search queries. -
-
Uses of Facet in com.google.appengine.api.search
Methods in com.google.appengine.api.search that return Facet Modifier and Type Method Description FacetDocument. getOnlyFacet(String name)Returns the single facet with the given name.static FacetFacet. withAtom(String name, String value)Creates and returns an atom facet with the givennameandvalue.static FacetFacet. withNumber(String name, Double value)Creates and returns a number facet with the givennameandvalue.Methods in com.google.appengine.api.search that return types with arguments of type Facet Modifier and Type Method Description Iterable<Facet>Document. getFacets()Returns an iterable ofFacetin the documentIterable<Facet>Document. getFacets(String name)Returns an iterable of all facets with the given name.Methods in com.google.appengine.api.search with parameters of type Facet Modifier and Type Method Description Document.BuilderDocument.Builder. addFacet(Facet facet)Adds aFacetto this builder.
-