Uses of Enum Class
org.springframework.data.elasticsearch.core.query.types.OperatorType
Packages that use OperatorType
Package
Description
-
Uses of OperatorType in org.springframework.data.elasticsearch.core.query
Methods in org.springframework.data.elasticsearch.core.query that return OperatorTypeMethods in org.springframework.data.elasticsearch.core.query with parameters of type OperatorTypeModifier and TypeMethodDescriptionDeleteQuery.Builder.withDefaultOperator(OperatorType defaultOperator) The default operator for a query string query: AND or OR. -
Uses of OperatorType in org.springframework.data.elasticsearch.core.query.types
Methods in org.springframework.data.elasticsearch.core.query.types that return OperatorTypeModifier and TypeMethodDescriptionstatic OperatorTypeReturns the enum constant of this class with the specified name.static OperatorType[]OperatorType.values()Returns an array containing the constants of this enum class, in the order they are declared.