Skip to content

Commit a0b72c9

Browse files
author
Hendrik Muhs
committed
Revert "temporary merge PR 32743 (#32776)"
This reverts commit 1a00847.
1 parent e6d58c5 commit a0b72c9

File tree

24 files changed

+425
-729
lines changed

24 files changed

+425
-729
lines changed

x-pack/docs/en/rest-api/rollup/get-job.asciidoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Which will yield the following response:
9999
"stats" : {
100100
"pages_processed" : 0,
101101
"documents_processed" : 0,
102-
"documents_indexed" : 0,
102+
"rollups_indexed" : 0,
103103
"trigger_count" : 0
104104
}
105105
}
@@ -219,7 +219,7 @@ Which will yield the following response:
219219
"stats" : {
220220
"pages_processed" : 0,
221221
"documents_processed" : 0,
222-
"documents_indexed" : 0,
222+
"rollups_indexed" : 0,
223223
"trigger_count" : 0
224224
}
225225
},
@@ -268,7 +268,7 @@ Which will yield the following response:
268268
"stats" : {
269269
"pages_processed" : 0,
270270
"documents_processed" : 0,
271-
"documents_indexed" : 0,
271+
"rollups_indexed" : 0,
272272
"trigger_count" : 0
273273
}
274274
}

x-pack/plugin/core/src/main/java/org/elasticsearch/xpack/core/indexing/Iteration.java

Lines changed: 0 additions & 62 deletions
This file was deleted.

0 commit comments

Comments
 (0)