Thanks Jai But I am getting index of all the attributes of Entity despite of the fact that I haven't created any, neither on attributes nor explicitly through XML
Right now I have lesser Data so Its hard to judge where the query processing is fast or not but when the data is in millions will it work? thanks in advance but please guide me. On Fri, Aug 28, 2009 at 12:36 AM, Jai <[email protected]> wrote: > > HI Rahul, > > All the properties of an entity with indexed=true are automatically > indexed by the default indexes. You can define custom indexes other > than the default indexes in the index.yaml app configuration file as > specified here: > > http://code.google.com/appengine/docs/python/datastore/queriesandindexes.html#Defining_Indexes_With_Configuration > > Regards, > Jai > > On Aug 26, 11:30 pm, rahul kumar <[email protected]> wrote: > > Hello Techies > > > > I want to create Indexes using Google' Datastore Api so that when I am > > saving my entities,I can be able to create & get Indexes also to make > > it easy for my application to search Data. > > > > How can I achieve this. > > > > Please help > > > > thanks > > Rahul Kumar > > > -- _ _ _ _ _ _ _ _ _ _ Thanks & Regards Rahul Kumar [09891362429] --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google App Engine" 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?hl=en -~----------~----~----~----~------~----~------~--~---
