Liferay 7.0-ce-b4

Uses of Class
com.liferay.portal.kernel.search.generic.MatchQuery.Operator

Packages that use MatchQuery.Operator
com.liferay.portal.kernel.search.generic   
 

Uses of MatchQuery.Operator in com.liferay.portal.kernel.search.generic
 

Methods in com.liferay.portal.kernel.search.generic that return MatchQuery.Operator
 MatchQuery.Operator MultiMatchQuery.getOperator()
           
 MatchQuery.Operator MatchQuery.getOperator()
           
static MatchQuery.Operator MatchQuery.Operator.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MatchQuery.Operator[] MatchQuery.Operator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.liferay.portal.kernel.search.generic with parameters of type MatchQuery.Operator
 void MultiMatchQuery.setOperator(MatchQuery.Operator operator)
           
 void MatchQuery.setOperator(MatchQuery.Operator operator)
           
 


Liferay 7.0-ce-b4