Uses of Interface
org.apache.jackrabbit.oak.spi.query.fulltext.FullTextVisitor
-
Packages that use FullTextVisitor Package Description org.apache.jackrabbit.oak.spi.query.fulltext This package contains fulltext search condition implementations. -
-
Uses of FullTextVisitor in org.apache.jackrabbit.oak.spi.query.fulltext
Classes in org.apache.jackrabbit.oak.spi.query.fulltext that implement FullTextVisitor Modifier and Type Class Description static classFullTextVisitor.FullTextVisitorBaseThe base implementation of a full-text visitor.Methods in org.apache.jackrabbit.oak.spi.query.fulltext with parameters of type FullTextVisitor Modifier and Type Method Description booleanFullTextAnd. accept(FullTextVisitor v)booleanFullTextContains. accept(FullTextVisitor v)abstract booleanFullTextExpression. accept(FullTextVisitor v)Let the expression call the applicable visit method of the visitor.booleanFullTextOr. accept(FullTextVisitor v)booleanFullTextTerm. accept(FullTextVisitor v)
-