[google-appengine] Re: When/Where to create index and add documents for Search API - Java

2018-12-29 Thread Akash Eldo
I'm using Firebase Firestore, but I think it has similar callbacks. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to

[google-appengine] Re: When/Where to create index and add documents for Search API - Java

2018-12-29 Thread Jim
Are you using Cloud Datastore? If so, you can use Datastore Callbacks and define "put" and "delete" callback functions on specific kinds. Whenever an entity is put or deleted your callback functions will be called and you can do your index updates there.

[google-appengine] Custom domains missing

2018-12-29 Thread Srinivasu Kota
almost 6 years back i have migrated my appengine app from xyz to xyz-hrd (for example) as part of migration google didn't move custom domains to xyz-hrd, but they are still present to xyz appid i found they are still present using gcloud command for xyz domain. gcloud app domain-mappings list

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2018-12-29 Thread Shiva Wu
So I guess no update on the load balancer update speed, huh? It has been more than a year... On Wednesday, 5 April 2017 16:28:11 UTC-7, Nick (Cloud Platform Support) wrote: > > Hey Stanislas, > > So, I can confirm that my prior investigation and intuitions were on the > right track. I can

[google-appengine] When/Where to create index and add documents for Search API - Java

2018-12-29 Thread Akash Eldo
I'm creating a Java web server on the Google App Engine to do full text search on my database. Before I can search, I have to add all my database entries to an index. I should only have to do this once because the index is stored in persistent storage. Even if GCP creates a new instance of my

[google-appengine] When/Where to create index for Search API - Java

2018-12-29 Thread Akash Eldo
I'm creating a Java web server on the Google App Engine to do full text search on my database. Before I can search, I have to add all my database entries to an index. I should only have to do this once because the index is stored in persistent storage. Even if GCP creates a new instance of my

Re: [google-appengine] Re: Google App Engine is slow to deploy, hangs on "Updating service [someproject]..."

2018-12-29 Thread Shiva Wu
So I guess no update on the GCLB deployment speed, huh? It has been more than a year... On Wednesday, 5 April 2017 16:28:11 UTC-7, Nick (Cloud Platform Support) wrote: > > Hey Stanislas, > > So, I can confirm that my prior investigation and intuitions were on the > right track. I can confirm

[google-appengine] ImportError: No module named google.oauth2

2018-12-29 Thread zi yang
I use thedev_appserver.py to start my project, but it gives me this error: ImportError: No module named google.oauth2 But I have installed those modules: [image: 微信图片_20181228215104.png] -- You received this message because you are subscribed to the Google