Uses of Enum Class
com.liferay.portal.kernel.search.generic.MatchQuery.Operator
Packages that use MatchQuery.Operator
-
Uses of MatchQuery.Operator in com.liferay.portal.kernel.search.generic
Methods in com.liferay.portal.kernel.search.generic that return MatchQuery.OperatorModifier and TypeMethodDescriptionMatchQuery.getOperator()MultiMatchQuery.getOperator()static MatchQuery.OperatorReturns the enum constant of this class with the specified name.static MatchQuery.Operator[]MatchQuery.Operator.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.liferay.portal.kernel.search.generic with parameters of type MatchQuery.OperatorModifier and TypeMethodDescriptionvoidMatchQuery.setOperator(MatchQuery.Operator operator) voidMultiMatchQuery.setOperator(MatchQuery.Operator operator)