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 7e05579 commit 75c9a86Copy full SHA for 75c9a86
specs/search/common/schemas/listIndicesResponse.yml
@@ -38,11 +38,13 @@ fetchedIndex:
38
lastBuildTimeS:
39
type: integer
40
description: Last build time.
41
- numberOfPendingTask:
+ numberOfPendingTasks:
42
43
+ default: 0
44
description: Number of pending indexing operations. This value is deprecated and should not be used.
45
pendingTask:
46
type: boolean
47
+ default: false
48
description: A boolean which says whether the index has pending tasks. This value is deprecated and should not be used.
49
primary:
50
type: string
@@ -61,3 +63,4 @@ fetchedIndex:
61
63
- fileSize
62
64
- lastBuildTimeS
65
- pendingTask
66
+ - numberOfPendingTasks
0 commit comments