Uses of Class
com.google.appengine.api.search.IndexSpec
-
Packages that use IndexSpec Package Description com.google.appengine.api.search Provides a service for indexing documents and retrieving them using search queries. -
-
Uses of IndexSpec in com.google.appengine.api.search
Methods in com.google.appengine.api.search that return IndexSpec Modifier and Type Method Description IndexSpecIndexSpec.Builder. build()Builds a valid IndexSpec.Methods in com.google.appengine.api.search with parameters of type IndexSpec Modifier and Type Method Description IndexSearchService. getIndex(IndexSpec spec)Returns an instance ofIndexcorresponding to the provided specification.
-