Liferay 6.2-ce-ga5

Uses of Interface
com.liferay.portal.kernel.search.BooleanClauseOccur

Packages that use BooleanClauseOccur
com.liferay.portal.kernel.search   
com.liferay.portal.repository.search   
com.liferay.portal.search.generic   
com.liferay.portal.search.lucene   
 

Uses of BooleanClauseOccur in com.liferay.portal.kernel.search
 

Classes in com.liferay.portal.kernel.search that implement BooleanClauseOccur
 class BooleanClauseOccurImpl
           
 

Fields in com.liferay.portal.kernel.search declared as BooleanClauseOccur
static BooleanClauseOccur BooleanClauseOccur.MUST
           
static BooleanClauseOccur BooleanClauseOccur.MUST_NOT
           
static BooleanClauseOccur BooleanClauseOccur.SHOULD
           
 

Methods in com.liferay.portal.kernel.search that return BooleanClauseOccur
 BooleanClauseOccur BooleanClause.getBooleanClauseOccur()
           
 

Methods in com.liferay.portal.kernel.search with parameters of type BooleanClauseOccur
 void BooleanQuery.add(Query query, BooleanClauseOccur booleanClauseOccur)
           
 void BooleanQuery.addTerm(String field, String value, boolean like, BooleanClauseOccur booleanClauseOccur)
           
 

Uses of BooleanClauseOccur in com.liferay.portal.repository.search
 

Methods in com.liferay.portal.repository.search that return BooleanClauseOccur
protected  BooleanClauseOccur RepositorySearchQueryBuilderImpl.getBooleanClauseOccur(org.apache.lucene.search.BooleanClause.Occur occur)
           
 

Methods in com.liferay.portal.repository.search with parameters of type BooleanClauseOccur
protected  org.apache.lucene.search.BooleanClause.Occur RepositorySearchQueryBuilderImpl.getBooleanClauseOccur(BooleanClauseOccur occur)
           
 

Uses of BooleanClauseOccur in com.liferay.portal.search.generic
 

Methods in com.liferay.portal.search.generic that return BooleanClauseOccur
 BooleanClauseOccur BooleanClauseImpl.getBooleanClauseOccur()
           
 

Methods in com.liferay.portal.search.generic with parameters of type BooleanClauseOccur
 void BooleanQueryImpl.add(Query query, BooleanClauseOccur booleanClauseOccur)
           
 void BooleanQueryImpl.addTerm(String field, String value, boolean like, BooleanClauseOccur booleanClauseOccur)
           
 

Constructors in com.liferay.portal.search.generic with parameters of type BooleanClauseOccur
BooleanClauseImpl(Query query, BooleanClauseOccur booleanClauseOccur)
           
 

Uses of BooleanClauseOccur in com.liferay.portal.search.lucene
 

Methods in com.liferay.portal.search.lucene that return BooleanClauseOccur
 BooleanClauseOccur BooleanClauseImpl.getBooleanClauseOccur()
           
 

Methods in com.liferay.portal.search.lucene with parameters of type BooleanClauseOccur
 void BooleanQueryImpl.add(Query query, BooleanClauseOccur booleanClauseOccur)
           
 void LuceneHelper.addTerm(org.apache.lucene.search.BooleanQuery booleanQuery, String field, String value, boolean like, BooleanClauseOccur booleanClauseOccur)
           
 void LuceneHelperImpl.addTerm(org.apache.lucene.search.BooleanQuery booleanQuery, String field, String value, boolean like, BooleanClauseOccur booleanClauseOccur)
           
static void LuceneHelperUtil.addTerm(org.apache.lucene.search.BooleanQuery booleanQuery, String field, String value, boolean like, BooleanClauseOccur booleanClauseOccur)
           
 void BooleanQueryImpl.addTerm(String field, String value, boolean like, BooleanClauseOccur booleanClauseOccur)
           
static org.apache.lucene.search.BooleanClause.Occur BooleanClauseOccurTranslator.translate(BooleanClauseOccur occur)
           
 


Liferay 6.2-ce-ga5