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 On Fri, Aug 12, 2011 at 8:40 AM, Scott Hernandez <[email protected]> wrote: > 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 at 11:14 AM, Tobias <[email protected]> wrote: >> 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 Java" group. >> To view this discussion on the web visit >> https://groups.google.com/d/msg/google-appengine-java/-/AcFUXARv3sEJ. >> 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. >> > > -- > 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. > > -- 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.
