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.
shard_id
1 parent bc7371c commit 0bf7be3Copy full SHA for 0bf7be3
specification/_global/search/_types/profile.ts
@@ -148,7 +148,7 @@ export class ShardProfile {
148
index: IndexName
149
node_id: NodeId
150
searches: SearchProfile[]
151
- shard_id: long
+ shard_id: integer
152
}
153
154
export class DfsProfile {
specification/snapshot/_types/SnapshotShardFailure.ts
@@ -18,12 +18,13 @@
18
*/
19
20
import { Id, IndexName } from '@_types/common'
21
+import { integer } from '@_types/Numeric'
22
23
export class SnapshotShardFailure {
24
25
node_id?: Id
26
reason: string
- shard_id: Id
27
28
index_uuid: Id
29
status: string
30
0 commit comments