Uses of Class
org.springframework.data.elasticsearch.core.query.ByQueryResponse.Failure
Packages that use ByQueryResponse.Failure
Package
Description
This package contains classes that use the old Elasticsearch 7 libraries to access Elasticsearch either directly by
using the RestHighLevelClient or indirectly by using code copied from Elasticsearch libraries (reactive
implementation).
-
Uses of ByQueryResponse.Failure in org.springframework.data.elasticsearch.client.erhlc
Methods in org.springframework.data.elasticsearch.client.erhlc that return ByQueryResponse.FailureModifier and TypeMethodDescriptionstatic ByQueryResponse.FailureResponseConverter.byQueryResponseFailureOf(org.elasticsearch.action.bulk.BulkItemResponse.Failure failure) Deprecated.Create a newByQueryResponse.FailurefromBulkItemResponse.Failure -
Uses of ByQueryResponse.Failure in org.springframework.data.elasticsearch.core.query
Methods in org.springframework.data.elasticsearch.core.query that return ByQueryResponse.FailureMethods in org.springframework.data.elasticsearch.core.query that return types with arguments of type ByQueryResponse.FailureMethod parameters in org.springframework.data.elasticsearch.core.query with type arguments of type ByQueryResponse.FailureModifier and TypeMethodDescriptionByQueryResponse.ByQueryResponseBuilder.withFailures(List<ByQueryResponse.Failure> failures)