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(String propertyName, String fullTextSearchExpression)
          Performs a full-text search against the default selector.
 FullTextSearch QueryObjectModelFactory.fullTextSearch(String selectorName, String propertyName, 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(String propertyName, String fullTextSearchExpression)
          Performs a full-text search against the default selector.
 FullTextSearch QueryObjectModelFactoryImpl.fullTextSearch(String selectorName, String propertyName, String fullTextSearchExpression)
          Performs a full-text search against the specified selector.
 



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