public class PutResponse extends java.lang.Object implements java.lang.Iterable<OperationResult>, java.io.Serializable
OperationResult
indicating success or not of putting each of the objects into the index,
and a list of Id of the objects which are those given in the request or
allocated by the search service to those objects which do not have an
Id supplied.| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getIds() |
java.util.List<OperationResult> |
getResults() |
java.util.Iterator<OperationResult> |
iterator() |
java.lang.String |
toString() |
public java.util.Iterator<OperationResult> iterator()
iterator in interface java.lang.Iterable<OperationResult>public java.util.List<OperationResult> getResults()
OperationResult indicating
whether each Document was put or notpublic java.util.List<java.lang.String> getIds()
public java.lang.String toString()
toString in class java.lang.Object