Hi,
I have a set of documents and I stored term vectors of a text field when indexing. Is it possible to get all the tokens stored in the term vectors of all documents?
I want to get a vocabulary for my documents and that is why thinking in this direction.
Thanks!