Re: [appengine-java] Disable Single Property Indexes

2010-06-30 Thread Nick Johnson (Google)
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 wrote: > Is there a way

[appengine-java] Disable Single Property Indexes

2010-06-30 Thread James
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