I use namespace for managing multitenancy. I need to know if there is an easy way to delete all the entities.
I know I can use mapreduce but all the examples I have seen invoke the mapper from the servlet config but I need to pass on the namespace string dynamically when a user chooses to close account.
After research, mapreduce cannot be invoked with namespace in entity search. This could have been the best route.
The only way is to