Python - tracking how many documents and indexes are in a node

I am trying to make a manager that tracks how many indexes are currently active and how many documents are in each index. I am using the python wrapper. Is there any efficient way to do this?

Thanks for the help

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.