public static class SearchShardsResponse.Shard extends Object
| Constructor and Description |
|---|
Shard(String index,
int shard,
boolean primary,
String node) |
| Modifier and Type | Method and Description |
|---|---|
String |
getIndex() |
String |
getNode() |
int |
getShard() |
boolean |
isPrimary() |
String |
toString() |
Copyright © 2012–2023. All rights reserved.