Class TrueTermsCollectionVisitor

  • All Implemented Interfaces:
    DocumentIteratorVisitor<Boolean>

    public class TrueTermsCollectionVisitor
    extends AbstractDocumentIteratorVisitor
    A visitor collecting terms that satisfy a query for the current document.

    True terms are terms reachable by true paths. This visitor collects true terms are exposes them in the public trueTerms variable, in the order in which they appear in a visit of the iterator.