You'll probably need to iterate over the old models, load them, convert them to a searchable model, then put the new searchable model.
You might look into the mapper to help you out with this task: http://code.google.com/p/appengine-mapreduce/ Robert On Fri, Dec 17, 2010 at 03:16, suatatan <[email protected]> wrote: > I have a big datastore in my page. When i have created it, i din't > know the Searchable Model. All of my rows constructed on db.Model. > Now, i want make searchable my datastore but i can't. How i convert > from db.Model to search.Searchable model > > -- > 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. > > -- 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.
