Re: [google-appengine] Google AppEngine Indexing

2010-07-21 Thread Robert Kluin
Sometimes the index servers get bogged down. When that happens, even for an empty datastore, you will have to wait for new indexes. Slow initial index building is a pretty common complaint. Robert On Jul 20, 2010, at 20:59, GeekTantra wrote: > I am trying to create an application on appengi

Re: [google-appengine] Google AppEngine Indexing

2010-07-20 Thread Michael DeLaney
I think that it is possible to manually configure your indexes as part of your app.yaml file... or perhaps it is your index.yaml... On Tue, Jul 20, 2010 at 7:59 PM, GeekTantra wrote: > I am trying to create an application on appengine. The problem is when > I deploy it to production, even with e

[google-appengine] Google AppEngine Indexing

2010-07-20 Thread GeekTantra
I am trying to create an application on appengine. The problem is when I deploy it to production, even with empty datastore, it takes atleast 2 hours for the indexes to start serving. The contents of the index.yaml are: - kind: comments properties: - name: content_type_id - name: is_public