Uses of Class
org.apache.jackrabbit.spi.commons.query.qom.FullTextSearchImpl
-
Packages that use FullTextSearchImpl Package Description org.apache.jackrabbit.core.query.lucene org.apache.jackrabbit.core.query.lucene.constraint org.apache.jackrabbit.spi.commons.query.qom -
-
Uses of FullTextSearchImpl in org.apache.jackrabbit.core.query.lucene
Methods in org.apache.jackrabbit.core.query.lucene with parameters of type FullTextSearchImpl Modifier and Type Method Description Query
LuceneQueryFactory. create(FullTextSearchImpl fts)
Creates a lucene query for the given QOM full text search. -
Uses of FullTextSearchImpl in org.apache.jackrabbit.core.query.lucene.constraint
Constructors in org.apache.jackrabbit.core.query.lucene.constraint with parameters of type FullTextSearchImpl Constructor Description FullTextConstraint(FullTextSearchImpl fts, SelectorImpl selector, LuceneQueryFactory factory)
Creates a new full text search constraint. -
Uses of FullTextSearchImpl in org.apache.jackrabbit.spi.commons.query.qom
Methods in org.apache.jackrabbit.spi.commons.query.qom with parameters of type FullTextSearchImpl Modifier and Type Method Description Object
DefaultQOMTreeVisitor. visit(FullTextSearchImpl node, Object data)
Does nothing and returnsdata
.Object
DefaultTraversingQOMTreeVisitor. visit(FullTextSearchImpl node, Object data)
Calls accept on the static operand in the fulltext search constraint.Object
QOMTreeVisitor. visit(FullTextSearchImpl node, Object data)
-