Suppose you have lots of entities of a certain kind in the datastore and you want to change some of their properties (e.g. of type StringProperty) to unindexed (whereas they were previously indexed).
Once you set indexed=False on the property, what happens to the existing index? Does it get deleted, lowering your storage bill, or does it remain? Also what happens if you change the property back to indexed (indexed=True)? Do you have to fetch and re-put all the existing entities to get them re-indexed? In other words, do these changes apply to entities already stored or do they only apply to new entities stored after the change was made? -- 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.
