NOTE: You are looking at documentation for an older release. For the latest information, see the current release documentation.
index
editindex
editclient.index({
id: string,
index: string,
type: string,
wait_for_active_shards: string,
op_type: 'index' | 'create',
parent: string,
refresh: 'true' | 'false' | 'wait_for',
routing: string,
timeout: string,
version: number,
version_type: 'internal' | 'external' | 'external_gte' | 'force',
if_seq_no: number,
if_primary_term: number,
pipeline: string,
body: object
})
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|