Thanks for the response. I don't have any errors in log file, but don't show any results when my query goes against those fields.
I tried vacuum_indexes option by removing and adding index, but no luck. Is there any limitation on number of composite indexes you can have on a given entity. I already had 10 indexes on this entity and the index that is showing blank count and storage columns is 11th one. Thanks, Anil. On Sat, Dec 28, 2013 at 12:05 AM, Vinny P <[email protected]> wrote: > On Fri, Dec 27, 2013 at 4:41 PM, Anil S <[email protected]> wrote: > >> 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? >> > > > When you say the queries are failing, are there any error messages being > printed out? > > Try removing one of the index definitions from your application (deleting > the entry from index.yaml) then running vacuum_indexes to remove the index > from the production datastore. Then redefine the index in index.yaml and > let App Engine rebuild the index from scratch. > > ----------------- > -Vinny P > Technology & Media Advisor > Chicago, IL > > App Engine Code Samples: http://www.learntogoogleit.com > > -- > You received this message because you are subscribed to a topic in the > Google Groups "Google App Engine" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/google-appengine/GmJAYggSlEc/unsubscribe > . > To unsubscribe from this group and all its topics, 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. > -- 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.
