Uses of Interface
com.liferay.portal.kernel.search.BooleanClauseOccur
Packages that use BooleanClauseOccur
Package
Description
-
Uses of BooleanClauseOccur in com.liferay.portal.kernel.search
Classes in com.liferay.portal.kernel.search that implement BooleanClauseOccurFields in com.liferay.portal.kernel.search declared as BooleanClauseOccurModifier and TypeFieldDescriptionstatic final BooleanClauseOccur
BooleanClauseOccur.MUST
static final BooleanClauseOccur
BooleanClauseOccur.MUST_NOT
static final BooleanClauseOccur
BooleanClauseOccur.SHOULD
Methods in com.liferay.portal.kernel.search that return BooleanClauseOccurMethods in com.liferay.portal.kernel.search with parameters of type BooleanClauseOccurModifier and TypeMethodDescriptionBooleanQuery.add
(Query query, BooleanClauseOccur booleanClauseOccur) BooleanQuery.addTerm
(String field, String value, boolean like, BooleanClauseOccur booleanClauseOccur) BooleanClauseFactory.createFilter
(Filter filter, BooleanClauseOccur booleanClauseOccur) BooleanClauseFactory.createFilter
(String field, String value, BooleanClauseOccur booleanClauseOccur) static BooleanClause<Filter>
BooleanClauseFactoryUtil.createFilter
(Filter filter, BooleanClauseOccur booleanClauseOccur) static BooleanClause<Filter>
BooleanClauseFactoryUtil.createFilter
(SearchContext searchContext, Filter filter, BooleanClauseOccur booleanClauseOccur) static BooleanClause<Filter>
BooleanClauseFactoryUtil.createFilter
(SearchContext searchContext, String field, String value, BooleanClauseOccur booleanClauseOccur) static BooleanClause<Filter>
BooleanClauseFactoryUtil.createFilter
(String field, String value, BooleanClauseOccur booleanClauseOccur) -
Uses of BooleanClauseOccur in com.liferay.portal.kernel.search.filter
Methods in com.liferay.portal.kernel.search.filter with parameters of type BooleanClauseOccurModifier and TypeMethodDescriptionBooleanFilter.add
(Filter filter, BooleanClauseOccur booleanClauseOccur) BooleanFilter.addTerm
(String field, String value, BooleanClauseOccur booleanClauseOccur) -
Uses of BooleanClauseOccur in com.liferay.portal.kernel.search.generic
Methods in com.liferay.portal.kernel.search.generic that return BooleanClauseOccurMethods in com.liferay.portal.kernel.search.generic with parameters of type BooleanClauseOccurModifier and TypeMethodDescriptionBooleanQueryImpl.add
(Query query, BooleanClauseOccur booleanClauseOccur) BooleanQueryImpl.addTerm
(String field, String value, boolean like, BooleanClauseOccur booleanClauseOccur) BooleanClauseFactoryImpl.createFilter
(Filter filter, BooleanClauseOccur booleanClauseOccur) BooleanClauseFactoryImpl.createFilter
(String field, String value, BooleanClauseOccur booleanClauseOccur) Constructors in com.liferay.portal.kernel.search.generic with parameters of type BooleanClauseOccur