Uses of Class
com.google.appengine.api.search.IndexSpec.Builder
-
Packages that use IndexSpec.Builder Package Description com.google.appengine.api.search Provides a service for indexing documents and retrieving them using search queries. -
-
Uses of IndexSpec.Builder in com.google.appengine.api.search
Methods in com.google.appengine.api.search that return IndexSpec.Builder Modifier and Type Method Description static IndexSpec.BuilderIndexSpec. newBuilder()Creates a new IndexSpec builder.IndexSpec.BuilderIndexSpec.Builder. setName(String name)Sets the unique name of the index.Methods in com.google.appengine.api.search with parameters of type IndexSpec.Builder Modifier and Type Method Description IndexSearchService. getIndex(IndexSpec.Builder builder)Returns an instance ofIndexcorresponding to the specification built from the givenbuilder.
-