It is possible to get a total corpus frequency for bigram queries or higher? i.e. How many times does the query occur in the corpus.
I'm looking to implement a count of occurrences per million terms. I know for a single term I can use `TermsEnum.totalTermFreq()`, is there any comparable way to do so for a bigram or other simple query? Thank you, Peter
