Uses of Enum Class
org.springframework.data.elasticsearch.core.query.IndexQuery.OpType
Packages that use IndexQuery.OpType
Package
Description
-
Uses of IndexQuery.OpType in org.springframework.data.elasticsearch.core.query
Methods in org.springframework.data.elasticsearch.core.query that return IndexQuery.OpTypeModifier and TypeMethodDescriptionIndexQuery.getOpType()static IndexQuery.OpTypeReturns the enum constant of this class with the specified name.static IndexQuery.OpType[]IndexQuery.OpType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.springframework.data.elasticsearch.core.query with parameters of type IndexQuery.OpTypeModifier and TypeMethodDescriptionvoidIndexQuery.setOpType(IndexQuery.OpType opType) IndexQueryBuilder.withOpType(IndexQuery.OpType opType) Constructors in org.springframework.data.elasticsearch.core.query with parameters of type IndexQuery.OpType -
Uses of IndexQuery.OpType in org.springframework.data.elasticsearch.core.reindex
Methods in org.springframework.data.elasticsearch.core.reindex that return IndexQuery.OpTypeMethods in org.springframework.data.elasticsearch.core.reindex with parameters of type IndexQuery.OpTypeModifier and TypeMethodDescriptionReindexRequest.ReindexRequestBuilder.withDestOpType(IndexQuery.OpType opType)