I would like to build an index for the following entity
Class entityA (db.Model):
X db.StringListProperty()
Y db.IntegerProperty()
Z db.IntegerProperty()
in index.yaml
- kind: entityA
properties:
- name: Y
- name: X
- name: X
- name: X
- name: X
- name: X
- name: Z
direction: desc
but the index cannot be built and is always resulted in Error State
Thx now we can vaccum the 'error' index now without being stuck in the
"building" state and have to send emails to G to ask to mark the index as
'Error'
But I have tried several times to vaccum the index, then re-build, but
always fail
May i know why it keeps in failing? The StringList property X usually
contains 5-10 strings.
Best Regards,
Eric
--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.