Hi,

I am writing a multi-tenant application using appengine namespaces. We need 
a separate index per tenant for searching employees (to avoid the 10GB 
limit of a search index). If I create a search index "employees" (in golang 
search.Open("employees") ) and index (in golang, search.Put(ctx, id, doc) ) 
the following documents

   1. doc1 from tenant 1 with namespace "abc" and 
   2. doc2 from tenant 2 with namespace "xyz". 

do those docs go into same index or two different indexes?

thanks,
dhanunjay

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/94cd47c8-21a6-416e-b4e6-b2e0948852fb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • [google-appengine]... Dhanunjaya Naidu Yandrapu

Reply via email to