Uses of Class
com.google.appengine.api.search.GetResponse
-
Packages that use GetResponse Package Description com.google.appengine.api.search Provides a service for indexing documents and retrieving them using search queries. -
-
Uses of GetResponse in com.google.appengine.api.search
Methods in com.google.appengine.api.search that return GetResponse 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.GetResponse<Document>Index. getRange(GetRequest request)Get an index's documents, in document Id order.GetResponse<Document>Index. getRange(GetRequest.Builder builder)Methods in com.google.appengine.api.search that return types with arguments of type GetResponse Modifier and Type Method Description 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.Future<GetResponse<Document>>Index. getRangeAsync(GetRequest request)Future<GetResponse<Document>>Index. getRangeAsync(GetRequest.Builder builder)
-