Update: Opened a production issue, got response back from app engine team.
One of the field in composite index is not indexed in datastore. Reference - https://code.google.com/p/googleappengine/issues/detail?id=4231 I have to get and put all records in this entity to have index built for the field. Reference - Setting a property as indexed does not index existing data. Please see the note at the bottom of this section: https://developers.google.com/appengine/docs/java/datastore/indexes#Java_Unindexed_properties Thanks, Anil. On Friday, December 27, 2013 5:41:49 PM UTC-5, Anil S wrote: > > Hi, > > In GAE Admin Console, under Datastore Indexes, all of my indexes are > listed as Serving. However, few of them are blank in the Index Entry Count > and Index Storage columns. All queries associated with those blank fields > are failing. One thing that I observed is one of the field in index is > ENUM. Any clues? > > Thanks for your help!!! > > Thanks, > Anil. > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
