you have to run through the code path locally (not just compile) to get auto 
generated indexes.
then use vacuum index to delete old indexes once you are certain you have 
defined all your indexes in datastore-indexes.xml




On Dec 16, 2011, at 8:03 AM, Gaël <gael.ober...@gmail.com> wrote:

> 
> Running Eclipse, I don't see all indexes in the datastore-indexes.xml
> file (I see only one..), and I also don't have any datastore-indexes-
> auto xml file.
> 
> But all my queries are running fine on the app engine, and when I take
> a look at my "Data Store Indexes" page in the admin console, I see all
> indexes corresponding to the queries I'm running. Fine, fair enough.
> But now, why are "old" indexes still serving ? As far as I understood,
> after changing or deleting a particular request, the corresponding
> index should be delete. Or am I wrong ?
> 
> How can I trigger the app engine to delete the old indexes that I'm
> not using anymore ?
> 
> Thanks.
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "Google App Engine for Java" group.
> To post to this group, send email to google-appengine-java@googlegroups.com.
> To unsubscribe from this group, send email to 
> google-appengine-java+unsubscr...@googlegroups.com.
> For more options, visit this group at 
> http://groups.google.com/group/google-appengine-java?hl=en.
> 

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to