2010/1/3 jd <[email protected]>: > > If I modify an Entity to set a property from unindexed to indexed will > a new "implicit index" be created? Will I have to re-put the entities > to include them in the index? >
Yes you will. Only when perform the put, will the the Entity be added to that single property index. Think of it you are only changing the entity definiton (model) - which inlcudes index definiton - for new Entites, it doesnt change it ones already in the datastore. -- 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.
