Is there a way to get document and term frequency for a given term across all documents? The termvectors API seems only return data for a single/a set of documents.
Furthermore, is it possible to get positions and documents list for a given term?
Thanks!