| Package | Description |
|---|---|
| org.elasticsearch.action.termvectors |
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 |
TermVectorsResponse.setTermVectorsField(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 |
AbstractRestChannel.bytesOutput()
A channel level bytes output that can be reused.
|
BytesStreamOutput |
RestChannel.bytesOutput() |
protected BytesStreamOutput |
AbstractRestChannel.newBytesOutput() |
Copyright © 2009–2017. All rights reserved.