[appengine-java] Re: Objectify-Appengine 2.1 released, supports Partial Indexes

2011-08-12 Thread Tobias
Hi There, Can you tell me a little about how partial indexes are implemented in objectify? Is it supported in the underlying API or is it solely implemented in objectify? Kind regards Tobias. -- You received this message because you are subscribed to the Google Groups Google App Engine for

Re: [appengine-java] Re: Objectify-Appengine 2.1 released, supports Partial Indexes

2011-08-12 Thread Scott Hernandez
It is supported in appengine. Every time you set a property in an Entity (appengine Entity) you can specify if that property is indexed or not. The partial indexing support just lets you control that on a per instance basis instead of having the field always indexed or not. On Fri, Aug 12, 2011

Re: [appengine-java] Re: Objectify-Appengine 2.1 released, supports Partial Indexes

2011-08-12 Thread Jeff Schnitzer
Specifically, it's the difference between calling Entity.setProperty() or Entity.setUnindexedProperty() on the low level API. Objectify interacts with the datastore through the low level API, so there is always underlying support for features. Not necessarily in a convenient form, however. Jeff

[appengine-java] Re: Objectify-Appengine 2.1 released, supports Partial Indexes

2010-03-26 Thread ZeroCool
This function is really cool. Many thanks for saving my money and time. With GAE and Objectify's help, I will hopefully release my Android/GAE MMO game on Apr,1 On Mar 26, 5:14 am, Duong BaTien duong.bat...@gmail.com wrote: Hi: Congratulation and thank for tremendous efforts from the Objectify