public class Shards extends Object
Elasticsearch document fragment containing shard success information, used in percolate and bulk index responses.
Constructor and Description |
---|
Shards() |
Modifier and Type | Method and Description |
---|---|
int |
getFailed() |
List<Object> |
getFailures() |
int |
getSuccessful() |
int |
getTotal() |
void |
setFailed(int failed) |
void |
setFailures(List<Object> failures) |
void |
setSuccessful(int successful) |
void |
setTotal(int total) |
Copyright © 2022 The Apache Software Foundation. All rights reserved.