@@ -219,19 +219,19 @@ It should return something like
219
219
[source]
220
220
----
221
221
{
222
- "name" : "5f932864548a ",
222
+ "name" : "99fdd70d5915 ",
223
223
"cluster_name" : "docker-cluster",
224
- "cluster_uuid" : "J8k8aa6eSkOHlgJSZPl8kA ",
224
+ "cluster_uuid" : "1HUDp8N3SF2WLtzZYOGgxA ",
225
225
"version" : {
226
- "number" : "7.17.6 ",
226
+ "number" : "8.5.3 ",
227
227
"build_flavor" : "default",
228
228
"build_type" : "docker",
229
- "build_hash" : "79878662c54c886ae89206c685d9f1051a9d6411 ",
230
- "build_date" : "2022-05-18T18:04:20.964345128Z ",
229
+ "build_hash" : "4ed5ee9afac63de92ec98f404ccbed7d3ba9584e ",
230
+ "build_date" : "2022-12-05T18:22:22.226119656Z ",
231
231
"build_snapshot" : false,
232
- "lucene_version" : "8.11.1 ",
233
- "minimum_wire_compatibility_version" : "6.8 .0",
234
- "minimum_index_compatibility_version" : "6 .0.0-beta1 "
232
+ "lucene_version" : "9.4.2 ",
233
+ "minimum_wire_compatibility_version" : "7.17 .0",
234
+ "minimum_index_compatibility_version" : "7 .0.0"
235
235
},
236
236
"tagline" : "You Know, for Search"
237
237
}
@@ -263,8 +263,7 @@ It should return something like
263
263
[source]
264
264
----
265
265
health status index uuid pri rep docs.count docs.deleted store.size pri.store.size
266
- green open .geoip_databases Ud5Jc_p1SZav1G5CPd6X6g 1 0 40 0 38.3mb 38.3mb
267
- yellow open ecommerce.products.v1 rmL6pbPMQyKroHl9_KXTVQ 1 1 0 0 226b 226b
266
+ yellow open ecommerce.products.v1 qgIIfyD1TUCN2s0wiDlmzA 1 1 0 0 225b 225b
268
267
----
269
268
270
269
* Check `ecommerce.products.v1` index mapping
@@ -386,9 +385,8 @@ It should return something like
386
385
[source]
387
386
----
388
387
health status index uuid pri rep docs.count docs.deleted store.size pri.store.size
389
- green open .geoip_databases Ud5Jc_p1SZav1G5CPd6X6g 1 0 40 0 38.3mb 38.3mb
390
- yellow open ecommerce.products.v2 j9zvCjkbQM6ME-h2L5CxJA 1 1 0 0 226b 226b
391
- yellow open ecommerce.products.v1 rmL6pbPMQyKroHl9_KXTVQ 1 1 0 0 226b 226b
388
+ yellow open ecommerce.products.v2 pGzs5rfCR32aBVukwmEu6Q 1 1 0 0 225b 225b
389
+ yellow open ecommerce.products.v1 qgIIfyD1TUCN2s0wiDlmzA 1 1 0 0 225b 225b
392
390
----
393
391
394
392
* Reindex from `ecommerce.products.v1` to `ecommerce.products.v2`
@@ -403,7 +401,7 @@ It should return something like
403
401
+
404
402
[source]
405
403
----
406
- {"took":4 ,"timed_out":false,"total":0,"updated":0,"created":0,"deleted":0,"batches":0,"version_conflicts":0,"noops":0,"retries":{"bulk":0,"search":0},"throttled_millis":0,"requests_per_second":-1.0,"throttled_until_millis":0,"failures":[]}
404
+ {"took":13 ,"timed_out":false,"total":0,"updated":0,"created":0,"deleted":0,"batches":0,"version_conflicts":0,"noops":0,"retries":{"bulk":0,"search":0},"throttled_millis":0,"requests_per_second":-1.0,"throttled_until_millis":0,"failures":[]}
407
405
----
408
406
409
407
* Adjust alias after reindex from `ecommerce.products.v1` to `ecommerce.products.v2`
@@ -433,13 +431,13 @@ It should return something like
433
431
[source]
434
432
----
435
433
{
436
- "ecommerce.products.v1" : {
437
- "aliases" : { }
438
- },
439
434
"ecommerce.products.v2" : {
440
435
"aliases" : {
441
436
"ecommerce.products" : { }
442
437
}
438
+ },
439
+ "ecommerce.products.v1" : {
440
+ "aliases" : { }
443
441
}
444
442
}
445
443
----
0 commit comments