google app engine - Search across all namespaces in appengine -


Is there a way to search across namespaces in the Google app engine? This is not possible, but wants to check with the community.

Currently, I repeat through all the namespaces and query each of them. It takes time and is slow.

Is not possible with standard datastore queries. Option must use the search API, or export it to gimmick.


Comments

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -