| Package | Description |
|---|---|
| org.elasticsearch.action | |
| org.elasticsearch.action.get |
Get action.
|
| org.elasticsearch.action.termvectors |
Get the term vector for a specific document.
|
| Modifier and Type | Method and Description |
|---|---|
<R extends RealtimeRequest> |
RealtimeRequest.realtime(Boolean realtime) |
| Modifier and Type | Class and Description |
|---|---|
class |
GetRequest
A request to get a document (its source) from an index based on its type (optional) and id.
|
class |
MultiGetRequest |
| Modifier and Type | Class and Description |
|---|---|
class |
MultiTermVectorsRequest |
class |
TermVectorsRequest
Request returning the term vector (doc frequency, positions, offsets) for a
document.
|
Copyright © 2009–2017. All rights reserved.