You can use low level datastore API or GQLExt library at
http://code.google.com/p/audao/ which you can use as follows:
UPDATE MyEntity SET myproperty=myproperty

Vaclav

On 30 čnc, 21:06, Lucian Baciu <lucianba...@gmail.com> wrote:
> 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) <ika...@google.com> wrote:
>
>
>
> > You may need to make a small change before re-putting it.
>
> > On Fri, Jul 30, 2010 at 11:35 AM, Lucian Baciu <lucianba...@gmail.com>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
> >> google-appengine-j...@googlegroups.com.
> >> To unsubscribe from this group, send email to
> >> google-appengine-java+unsubscr...@googlegroups.com<google-appengine-java%2B
> >>  unsubscr...@googlegroups.com>
> >> .
> >> 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
> > google-appengine-j...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-appengine-java+unsubscr...@googlegroups.com<google-appengine-java%2B 
> > 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-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