Description
The TermQuery class can optionally hold a TermContext which hold pre-computed, per leaf data to make seeking (to postings for that term) faster. I'd like to add a getter for it, to help with diagnostics, just knowing whether a given TermQuery holds a term context or not.