I have an entity with an unindexed property that I now need to index.
So, I've iterated over all entities retrieved each one and then
updated back to the datastore ("touch" each one (fetch it then put
it). However, the unindexed property is still unindexed, if I run a
query on that specific property I get no results. How can I index a
previously unindexed property?

Thank you,
Lucian

-- 
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-j...@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