Finally found the answer to my own question (assuming the post from 11/2009 is still valid):
http://gae-java-persistence.blogspot.com/2009/11/unindexed-properties.html On Jun 30, 2:36 pm, James <[email protected]> wrote: > (Clarification - I'm ok w/ disabling both composite and single-prop > indexes, just wondering how) > > On Jun 30, 10:40 am, James <[email protected]> wrote: > > > > > Thanks Nick, that's good to know. > > > Is there a way to disable (single property + composite) indexes: > > 1 - Using JDO > > 2 - By applying this to existing data (versus some sort of "delete/ > > recreate an entire Kind" approach) > > > James > > > On Jun 30, 10:23 am, "Nick Johnson (Google)" <[email protected]> > > wrote: > > > > Hi James, > > > > It's not possible to disable just the single property indexing. If you > > > exclude a property from being indexed, it won't be included in these > > > indexes, but it won't be included in any composite indexes, either. > > > > -Nick Johnson > > > > On Wed, Jun 30, 2010 at 3:04 PM, James <[email protected]> wrote: > > > > Is there a way to disable the automatic single-propery indexes using > > > > JDO? Can they be disabled on data that already exists, or would I > > > > need to create an entirely new Kind? > > > > > -- > > > > 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%2B > > > > [email protected]> > > > > . > > > > For more options, visit this group at > > > >http://groups.google.com/group/google-appengine-java?hl=en. > > > > -- > > > Nick Johnson, Developer Programs Engineer, App Engine Google Ireland Ltd. > > > :: > > > Registered in Dublin, Ireland, Registration Number: 368047 > > > Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number: > > > 368047 -- 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.
