How does get an re-put remove the entry from the index, isn't the
index ignored entirely once indexed=False is set?

On 27 Okt., 19:05, "Jeff S (Google)" <[email protected]> wrote:
> Hi vanya,
>
> Any changes made to your data model classes will only affect entities which
> have been put since your change, so in this case changing this property to
> be unindexed has no effect on the existing indexes but will prevent index
> rows from being added for new entities. To clean up the indexes you may need
> to get and re-put entities now that you've changed the model.
>
> Thank you,
>
> Jeff
>
>
>
> On Tue, Oct 27, 2009 at 6:57 AM, vanya <[email protected]> wrote:
>
> > Is parameter 'indexed=false' applying to existing entities or it only
> > suits for new entities?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to