Is it possible to query an elasticsearch shingle index for the tokens in the index with number of occurrences?

I'd like to make a shingle index (bigram and trigram words) on an elasticsearch collection, and then retrieve the list of tokens that the index has identified in the document corpus, along with the number of occurrences of each token. Is this possible?

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