Obtaining the Term Vector for an index, and total word count of the index

Currently, my index has 62k records, and I would like to retrieve the count of every unique term in my index, however, the multi termvector API seems to explicitly require a document id, may I know if there is a way for me to retrieve this metric wholesale ?

If not, may I know if it is possible to obtain a total word count of all documents in the index ?

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