Uses of Class
org.apache.jackrabbit.spi.commons.query.qom.FullTextSearchImpl

Packages that use FullTextSearchImpl
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
 org.apache.lucene.search.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
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
 Object QOMTreeVisitor.visit(FullTextSearchImpl node, Object data)
           
 Object DefaultTraversingQOMTreeVisitor.visit(FullTextSearchImpl node, Object data)
          Calls accept on the static operand in the fulltext search constraint.
 Object DefaultQOMTreeVisitor.visit(FullTextSearchImpl node, Object data)
          Does nothing and returns data.
 



Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.