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
Subclasses with type arguments of type IndexQuery.OpType in org.springframework.data.elasticsearch.core.queryMethods in org.springframework.data.elasticsearch.core.query that return IndexQuery.OpTypeModifier and TypeMethodDescription@Nullable IndexQuery.OpTypeIndexQuery.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.OpTypeModifierConstructorDescriptionIndexQuery(@Nullable String id, @Nullable Object object, @Nullable Long version, @Nullable String source, @Nullable Long seqNo, @Nullable Long primaryTerm, @Nullable String routing, @Nullable IndexQuery.OpType opType, @Nullable String indexName) -
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)