PercolateQueryBuilder@Deprecated public class MultiPercolateResponse extends org.elasticsearch.action.ActionResponse implements java.lang.Iterable<MultiPercolateResponse.Item>, org.elasticsearch.common.xcontent.ToXContent
| Modifier and Type | Class and Description |
|---|---|
static class |
MultiPercolateResponse.Item
Deprecated.
Encapsulates a single percolator response which may contain an error or the actual percolator response itself.
|
| Modifier and Type | Method and Description |
|---|---|
MultiPercolateResponse.Item[] |
getItems()
Deprecated.
|
MultiPercolateResponse.Item[] |
items()
Deprecated.
Same as
getItems() |
java.util.Iterator<MultiPercolateResponse.Item> |
iterator()
Deprecated.
|
void |
readFrom(org.elasticsearch.common.io.stream.StreamInput in)
Deprecated.
|
org.elasticsearch.common.xcontent.XContentBuilder |
toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder,
org.elasticsearch.common.xcontent.ToXContent.Params params)
Deprecated.
|
void |
writeTo(org.elasticsearch.common.io.stream.StreamOutput out)
Deprecated.
|
remoteAddress, remoteAddresspublic java.util.Iterator<MultiPercolateResponse.Item> iterator()
iterator in interface java.lang.Iterable<MultiPercolateResponse.Item>public MultiPercolateResponse.Item[] items()
getItems()public MultiPercolateResponse.Item[] getItems()
public org.elasticsearch.common.xcontent.XContentBuilder toXContent(org.elasticsearch.common.xcontent.XContentBuilder builder,
org.elasticsearch.common.xcontent.ToXContent.Params params)
throws java.io.IOException
toXContent in interface org.elasticsearch.common.xcontent.ToXContentjava.io.IOExceptionpublic void writeTo(org.elasticsearch.common.io.stream.StreamOutput out)
throws java.io.IOException
writeTo in interface org.elasticsearch.common.io.stream.StreamablewriteTo in class org.elasticsearch.action.ActionResponsejava.io.IOExceptionpublic void readFrom(org.elasticsearch.common.io.stream.StreamInput in)
throws java.io.IOException
readFrom in interface org.elasticsearch.common.io.stream.StreamablereadFrom in class org.elasticsearch.action.ActionResponsejava.io.IOException