Uses of Class
org.apache.jackrabbit.oak.query.ast.FullTextSearchImpl
-
Packages that use FullTextSearchImpl Package Description org.apache.jackrabbit.oak.query.ast -
-
Uses of FullTextSearchImpl in org.apache.jackrabbit.oak.query.ast
Subclasses of FullTextSearchImpl in org.apache.jackrabbit.oak.query.ast Modifier and Type Class Description classNotFullTextSearchImplMethods in org.apache.jackrabbit.oak.query.ast that return FullTextSearchImpl Modifier and Type Method Description FullTextSearchImplAstElementFactory. fullTextSearch(String selectorName, String propertyName, StaticOperandImpl fullTextSearchExpression)Methods in org.apache.jackrabbit.oak.query.ast with parameters of type FullTextSearchImpl Modifier and Type Method Description booleanAstVisitor. visit(FullTextSearchImpl node)booleanAstVisitorBase. visit(FullTextSearchImpl node)Calls accept on the static operand in the fulltext search constraint.Constructors in org.apache.jackrabbit.oak.query.ast with parameters of type FullTextSearchImpl Constructor Description NotFullTextSearchImpl(FullTextSearchImpl ft)
-