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.Operator
Returns 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 TypeMethodDescriptionvoid
MatchQuery.setOperator
(MatchQuery.Operator operator) void
MultiMatchQuery.setOperator
(MatchQuery.Operator operator)