I just did: incremented a property with 1 (other than the unindexed property which is a Key), then put the entity back to the datastore but still unindexed....
On Fri, Jul 30, 2010 at 9:43 PM, Ikai L (Google) <[email protected]> wrote: > You may need to make a small change before re-putting it. > > On Fri, Jul 30, 2010 at 11:35 AM, Lucian Baciu <[email protected]>wrote: > >> 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 >> [email protected]. >> To unsubscribe from this group, send email to >> [email protected]<google-appengine-java%[email protected]> >> . >> For more options, visit this group at >> http://groups.google.com/group/google-appengine-java?hl=en. >> >> > > > -- > Ikai Lan > Developer Programs Engineer, Google App Engine > Blog: http://googleappengine.blogspot.com > Twitter: http://twitter.com/app_engine > Reddit: http://www.reddit.com/r/appengine > > -- > 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 > [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine-java%[email protected]> > . > 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 [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-java?hl=en.
