Uses of Interface
com.google.appengine.api.search.Index
-
Packages that use Index Package Description com.google.appengine.api.search Provides a service for indexing documents and retrieving them using search queries. -
-
Uses of Index in com.google.appengine.api.search
Methods in com.google.appengine.api.search that return Index Modifier and Type Method Description IndexSearchService. getIndex(IndexSpec spec)Returns an instance ofIndexcorresponding to the provided specification.IndexSearchService. getIndex(IndexSpec.Builder builder)Returns an instance ofIndexcorresponding to the specification built from the givenbuilder.Methods in com.google.appengine.api.search that return types with arguments of type Index Modifier and Type Method Description GetResponse<Index>SearchService. getIndexes(GetIndexesRequest request)Gets the indexes specified.GetResponse<Index>SearchService. getIndexes(GetIndexesRequest.Builder builder)Gets the indexes specified in the request built from thebuilder.Future<GetResponse<Index>>SearchService. getIndexesAsync(GetIndexesRequest request)Gets the indexes requested asynchronously.Future<GetResponse<Index>>SearchService. getIndexesAsync(GetIndexesRequest.Builder builder)Gets the indexes asynchronously for those specified in the request built from thebuilder.
-