Google App Engine TextSearch Update/Delete 15,000 per minute quota limit exception

0 views
Skip to first unread message

Sri via StackOverflow

unread,
Sep 4, 2016, 3:23:05 AM9/4/16
to google-appengin...@googlegroups.com

We are getting following Quota limit exception when we are updating textsearch document,

com.google.apphosting.api.ApiProxy$OverQuotaException: The API call search.IndexDocument() required more quota than is available. at org.jboss.resteasy.core.SynchronousDispatcher.handleApplicationException(SynchronousDispatcher.java:365) at org.jboss.resteasy.core.SynchronousDispatcher.handleException(SynchronousDispatcher.java:233) at org.jboss.resteasy.core.SynchronousDispatcher.handleInvokerException(SynchronousDispatcher.java:209)

and code is

public SearchService searchService = SearchServiceFactory.getSearchService();

public Index index = searchService.getIndex(IndexSpec.newBuilder().setName("contacts"));

Document.Builder docs = Document.newBuilder();

docs.addField(Field.newBuilder().setName("first_name_start").setText(first_name.substring(0, 1)));

index.put(docs);

any suggestion towards resolving it?



Please DO NOT REPLY directly to this email but go to StackOverflow:
http://stackoverflow.com/questions/39314494/google-app-engine-textsearch-update-delete-15-000-per-minute-quota-limit-excepti
Reply all
Reply to author
Forward
0 new messages