We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f7a679 commit 3744028Copy full SHA for 3744028
src/main/java/org/springframework/data/elasticsearch/core/ResponseConverter.java
@@ -389,7 +389,7 @@ public static ByQueryResponse.SearchFailure byQueryResponseSearchFailureOf(
389
390
// region postReindexResponse
391
392
- public static PostReindexResponse postReindexResponseOf(BulkByScrollResponse bulkByScrollResponse){
+ public static PostReindexResponse reindexResponseOf(BulkByScrollResponse bulkByScrollResponse){
393
final List<PostReindexResponse.Failure> failures = bulkByScrollResponse.getBulkFailures() //
394
.stream() //
395
.map(ResponseConverter::postReindexResponseFailureOf) //
0 commit comments