Uses of Interface
org.apache.jackrabbit.spi.commons.query.jsr283.qom.FullTextSearch

Packages that use FullTextSearch
org.apache.jackrabbit.spi.commons.query.jsr283.qom   
org.apache.jackrabbit.spi.commons.query.qom   
 

Uses of FullTextSearch in org.apache.jackrabbit.spi.commons.query.jsr283.qom
 

Methods in org.apache.jackrabbit.spi.commons.query.jsr283.qom that return FullTextSearch
 FullTextSearch QueryObjectModelFactory.fullTextSearch(java.lang.String propertyName, java.lang.String fullTextSearchExpression)
          Performs a full-text search against the default selector.
 FullTextSearch QueryObjectModelFactory.fullTextSearch(java.lang.String selectorName, java.lang.String propertyName, java.lang.String fullTextSearchExpression)
          Performs a full-text search against the specified selector.
 

Uses of FullTextSearch in org.apache.jackrabbit.spi.commons.query.qom
 

Classes in org.apache.jackrabbit.spi.commons.query.qom that implement FullTextSearch
 class FullTextSearchImpl
          FullTextSearchImpl...
 

Methods in org.apache.jackrabbit.spi.commons.query.qom that return FullTextSearch
 FullTextSearch QueryObjectModelFactoryImpl.fullTextSearch(java.lang.String propertyName, java.lang.String fullTextSearchExpression)
          Performs a full-text search against the default selector.
 FullTextSearch QueryObjectModelFactoryImpl.fullTextSearch(java.lang.String selectorName, java.lang.String propertyName, java.lang.String fullTextSearchExpression)
          Performs a full-text search against the specified selector.
 



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