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 ?