Package | Description |
---|---|
org.elasticsearch.action.index |
Index action.
|
org.elasticsearch.action.indexedscripts.put |
Index action.
|
org.elasticsearch.action.percolate | |
org.elasticsearch.index.mapper |
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.
|
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) |
Modifier and Type | Method and Description |
---|---|
CompressedString |
DocumentMapper.refreshSource() |
Copyright © 2009–2015. All rights reserved.