Uses of Class
org.springframework.data.elasticsearch.core.query.ByQueryResponse.Failure
Packages that use ByQueryResponse.Failure
Package
Description
-
Uses of ByQueryResponse.Failure in org.springframework.data.elasticsearch.core
Methods in org.springframework.data.elasticsearch.core that return ByQueryResponse.FailureModifier and TypeMethodDescriptionstatic ByQueryResponse.FailureResponseConverter.byQueryResponseFailureOf(org.elasticsearch.action.bulk.BulkItemResponse.Failure failure) 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)