Uses of Class
com.google.appengine.api.search.PutResponse
-
Packages that use PutResponse Package Description com.google.appengine.api.search Provides a service for indexing documents and retrieving them using search queries. -
-
Uses of PutResponse in com.google.appengine.api.search
Methods in com.google.appengine.api.search that return PutResponse Modifier and Type Method Description PutResponseIndex. put(Document.Builder... builders)PutResponseIndex. put(Document... documents)Put the documents into the index, updating any document that is already present.PutResponseIndex. put(Iterable<Document> documents)Methods in com.google.appengine.api.search that return types with arguments of type PutResponse Modifier and Type Method Description Future<PutResponse>Index. putAsync(Document.Builder... document)Future<PutResponse>Index. putAsync(Document... document)Future<PutResponse>Index. putAsync(Iterable<Document> documents)
-