| Package | Description |
|---|---|
| org.elasticsearch.action.index |
Index action.
|
| org.elasticsearch.action.indexedscripts.put |
Index action.
|
| org.elasticsearch.action.percolate |
| Modifier and Type | Method and Description |
|---|---|
IndexRequest |
IndexRequest.source(Map source)
Index the Map as a
Requests.INDEX_CONTENT_TYPE. |
IndexRequest |
IndexRequest.source(Map source,
XContentType contentType)
Index the Map as the provided content type.
|
IndexRequest |
IndexRequest.ttl(long ttl)
Sets the relative ttl value in milliseconds.
|
| Modifier and Type | Method and Description |
|---|---|
PutIndexedScriptRequest |
PutIndexedScriptRequest.source(Map source)
Index the Map as a
Requests.INDEX_CONTENT_TYPE. |
PutIndexedScriptRequest |
PutIndexedScriptRequest.source(Map source,
XContentType contentType)
Index the Map as the provided content type.
|
| Modifier and Type | Method and Description |
|---|---|
PercolateRequest |
PercolateRequest.source(Map document)
Raw version of
PercolateRequest.source(PercolateSourceBuilder) |
PercolateRequest |
PercolateRequest.source(Map document,
XContentType contentType)
Raw version of
PercolateRequest.source(PercolateSourceBuilder) |
Copyright © 2009–2017. All rights reserved.