public interface BulkResultWrapper<T>
| Modifier and Type | Method and Description | 
|---|---|
String | 
getErrorMessage()  | 
List<T> | 
getFailedDocuments()  | 
List<FailedItem<T>> | 
getFailedItems()  | 
io.searchbox.core.BulkResult | 
getRawResult()  | 
boolean | 
isSucceeded()  | 
Copyright © 2020. All rights reserved.