| Package | Description |
|---|---|
| org.elasticsearch.action.termvector |
Get the term vector for a specific document.
|
| org.elasticsearch.common.io.stream | |
| org.elasticsearch.http.netty | |
| org.elasticsearch.rest |
| Modifier and Type | Method and Description |
|---|---|
void |
TermVectorResponse.setTermVectorField(BytesStreamOutput output) |
| Modifier and Type | Class and Description |
|---|---|
class |
ReleasableBytesStreamOutput
An bytes stream output that allows providing a
BigArrays instance
expecting it to require releasing its content (ReleasableBytesStreamOutput.bytes()) once done. |
| Modifier and Type | Method and Description |
|---|---|
BytesStreamOutput |
NettyHttpChannel.newBytesOutput() |
| Modifier and Type | Method and Description |
|---|---|
BytesStreamOutput |
RestChannel.bytesOutput()
A channel level bytes output that can be reused.
|
protected BytesStreamOutput |
RestChannel.newBytesOutput() |
Copyright © 2009–2016. All rights reserved.