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 ac8334a commit caa7d4cCopy full SHA for caa7d4c
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
0 commit comments