I'm not totally sure what you're asking, but a common use case for us is to use _post_put() hooks (NDB) to create and index a search API document that corresponds to each datastore entity. We key the search document with the same/similar key as the datastore entity so that we can retrieve the source datastore entity from the search API document.
Today, we need to manually keep datastore and the search index synchronized (note that you cannot update datastore and search index transactionally). j On Thursday, 5 September 2013 07:32:07 UTC-6, Joander Vieira Cândido wrote: > > Hello, I need help in the search API > > I am Brazilian and I'm using the google translator to communicate. > > My question is: > For each item in the datastore persisted I create a document and an index? > To use the Search API > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
