Uses of Interface
org.apache.jackrabbit.oak.spi.query.fulltext.FullTextVisitor
Packages that use FullTextVisitor
Package
Description
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 FullTextVisitorModifier and TypeClassDescriptionstatic classThe base implementation of a full-text visitor.Methods in org.apache.jackrabbit.oak.spi.query.fulltext with parameters of type FullTextVisitorModifier and TypeMethodDescriptionbooleanFullTextAnd.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)