Client.asciidoc 53 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340
  1. [[Elasticsearch_Client]]
  2. === Elasticsearch\Client
  3. Class Client
  4. *Description*
  5. NOTE: this file is autogenerated using util/GenerateEndpoints.php
  6. and Elasticsearch 7.12.1 (3186837139b9c6b6d23c3200870651f10d3343b7)
  7. *Methods*
  8. The class defines the following methods:
  9. * <<Elasticsearch_Clientbulk_bulk,`bulk()`>>
  10. * <<Elasticsearch_ClientclearScroll_clearScroll,`clearScroll()`>>
  11. * <<Elasticsearch_ClientclosePointInTime_closePointInTime,`closePointInTime()`>>
  12. * <<Elasticsearch_Clientcount_count,`count()`>>
  13. * <<Elasticsearch_Clientcreate_create,`create()`>>
  14. * <<Elasticsearch_Clientdelete_delete,`delete()`>>
  15. * <<Elasticsearch_ClientdeleteByQuery_deleteByQuery,`deleteByQuery()`>>
  16. * <<Elasticsearch_ClientdeleteByQueryRethrottle_deleteByQueryRethrottle,`deleteByQueryRethrottle()`>>
  17. * <<Elasticsearch_ClientdeleteScript_deleteScript,`deleteScript()`>>
  18. * <<Elasticsearch_Clientexists_exists,`exists()`>>
  19. * <<Elasticsearch_ClientexistsSource_existsSource,`existsSource()`>>
  20. * <<Elasticsearch_Clientexplain_explain,`explain()`>>
  21. * <<Elasticsearch_ClientfieldCaps_fieldCaps,`fieldCaps()`>>
  22. * <<Elasticsearch_Clientget_get,`get()`>>
  23. * <<Elasticsearch_ClientgetScript_getScript,`getScript()`>>
  24. * <<Elasticsearch_ClientgetScriptContext_getScriptContext,`getScriptContext()`>>
  25. * <<Elasticsearch_ClientgetScriptLanguages_getScriptLanguages,`getScriptLanguages()`>>
  26. * <<Elasticsearch_ClientgetSource_getSource,`getSource()`>>
  27. * <<Elasticsearch_Clientindex_index,`index()`>>
  28. * <<Elasticsearch_Clientinfo_info,`info()`>>
  29. * <<Elasticsearch_Clientmget_mget,`mget()`>>
  30. * <<Elasticsearch_Clientmsearch_msearch,`msearch()`>>
  31. * <<Elasticsearch_ClientmsearchTemplate_msearchTemplate,`msearchTemplate()`>>
  32. * <<Elasticsearch_Clientmtermvectors_mtermvectors,`mtermvectors()`>>
  33. * <<Elasticsearch_ClientopenPointInTime_openPointInTime,`openPointInTime()`>>
  34. * <<Elasticsearch_Clientping_ping,`ping()`>>
  35. * <<Elasticsearch_ClientputScript_putScript,`putScript()`>>
  36. * <<Elasticsearch_ClientrankEval_rankEval,`rankEval()`>>
  37. * <<Elasticsearch_Clientreindex_reindex,`reindex()`>>
  38. * <<Elasticsearch_ClientreindexRethrottle_reindexRethrottle,`reindexRethrottle()`>>
  39. * <<Elasticsearch_ClientrenderSearchTemplate_renderSearchTemplate,`renderSearchTemplate()`>>
  40. * <<Elasticsearch_ClientscriptsPainlessExecute_scriptsPainlessExecute,`scriptsPainlessExecute()`>>
  41. * <<Elasticsearch_Clientscroll_scroll,`scroll()`>>
  42. * <<Elasticsearch_Clientsearch_search,`search()`>>
  43. * <<Elasticsearch_ClientsearchShards_searchShards,`searchShards()`>>
  44. * <<Elasticsearch_ClientsearchTemplate_searchTemplate,`searchTemplate()`>>
  45. * <<Elasticsearch_Clienttermvectors_termvectors,`termvectors()`>>
  46. * <<Elasticsearch_Clientupdate_update,`update()`>>
  47. * <<Elasticsearch_ClientupdateByQuery_updateByQuery,`updateByQuery()`>>
  48. * <<Elasticsearch_ClientupdateByQueryRethrottle_updateByQueryRethrottle,`updateByQueryRethrottle()`>>
  49. * <<Elasticsearch_ClientasyncSearch_asyncSearch,`asyncSearch()`>>
  50. * <<Elasticsearch_Clientautoscaling_autoscaling,`autoscaling()`>>
  51. * <<Elasticsearch_Clientcat_cat,`cat()`>>
  52. * <<Elasticsearch_Clientccr_ccr,`ccr()`>>
  53. * <<Elasticsearch_Clientcluster_cluster,`cluster()`>>
  54. * <<Elasticsearch_ClientdanglingIndices_danglingIndices,`danglingIndices()`>>
  55. * <<Elasticsearch_ClientdataFrameTransformDeprecated_dataFrameTransformDeprecated,`dataFrameTransformDeprecated()`>>
  56. * <<Elasticsearch_Clientenrich_enrich,`enrich()`>>
  57. * <<Elasticsearch_Clienteql_eql,`eql()`>>
  58. * <<Elasticsearch_Clientfeatures_features,`features()`>>
  59. * <<Elasticsearch_Clientgraph_graph,`graph()`>>
  60. * <<Elasticsearch_Clientilm_ilm,`ilm()`>>
  61. * <<Elasticsearch_Clientindices_indices,`indices()`>>
  62. * <<Elasticsearch_Clientingest_ingest,`ingest()`>>
  63. * <<Elasticsearch_Clientlicense_license,`license()`>>
  64. * <<Elasticsearch_Clientlogstash_logstash,`logstash()`>>
  65. * <<Elasticsearch_Clientmigration_migration,`migration()`>>
  66. * <<Elasticsearch_Clientml_ml,`ml()`>>
  67. * <<Elasticsearch_Clientmonitoring_monitoring,`monitoring()`>>
  68. * <<Elasticsearch_Clientnodes_nodes,`nodes()`>>
  69. * <<Elasticsearch_Clientrollup_rollup,`rollup()`>>
  70. * <<Elasticsearch_ClientsearchableSnapshots_searchableSnapshots,`searchableSnapshots()`>>
  71. * <<Elasticsearch_Clientsecurity_security,`security()`>>
  72. * <<Elasticsearch_Clientslm_slm,`slm()`>>
  73. * <<Elasticsearch_Clientsnapshot_snapshot,`snapshot()`>>
  74. * <<Elasticsearch_Clientsql_sql,`sql()`>>
  75. * <<Elasticsearch_Clientssl_ssl,`ssl()`>>
  76. * <<Elasticsearch_Clienttasks_tasks,`tasks()`>>
  77. * <<Elasticsearch_ClienttextStructure_textStructure,`textStructure()`>>
  78. * <<Elasticsearch_Clienttransform_transform,`transform()`>>
  79. * <<Elasticsearch_Clientwatcher_watcher,`watcher()`>>
  80. * <<Elasticsearch_Clientxpack_xpack,`xpack()`>>
  81. * <<Elasticsearch_Client-call-_call,`__call()`>>
  82. * <<Elasticsearch_ClientextractArgument_extractArgument,`extractArgument()`>>
  83. [[Elasticsearch_Clientbulk_bulk]]
  84. .`bulk(array $params = [])`
  85. ****
  86. [source,php]
  87. ----
  88. /*
  89. $params['index'] = (string) Default index for items which don't provide one
  90. $params['type'] = DEPRECATED (string) Default document type for items which don't provide one
  91. $params['wait_for_active_shards'] = (string) Sets the number of shard copies that must be active before proceeding with the bulk operation. Defaults to 1, meaning the primary shard only. Set to `all` for all shard copies, otherwise set to any non-negative value less than or equal to the total number of copies for the shard (number of replicas + 1)
  92. $params['refresh'] = (enum) If `true` then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` (the default) then do nothing with refreshes. (Options = true,false,wait_for)
  93. $params['routing'] = (string) Specific routing value
  94. $params['timeout'] = (time) Explicit operation timeout
  95. $params['_source'] = (list) True or false to return the _source field or not, or default list of fields to return, can be overridden on each sub-request
  96. $params['_source_excludes'] = (list) Default list of fields to exclude from the returned _source field, can be overridden on each sub-request
  97. $params['_source_includes'] = (list) Default list of fields to extract and return from the _source field, can be overridden on each sub-request
  98. $params['pipeline'] = (string) The pipeline id to preprocess incoming documents with
  99. $params['require_alias'] = (boolean) Sets require_alias for all incoming documents. Defaults to unset (false)
  100. $params['body'] = (array) The operation definition and data (action-data pairs), separated by newlines (Required)
  101. */
  102. ----
  103. ****
  104. [[Elasticsearch_ClientclearScroll_clearScroll]]
  105. .`clearScroll(array $params = [])`
  106. ****
  107. [source,php]
  108. ----
  109. /*
  110. $params['scroll_id'] = DEPRECATED (list) A comma-separated list of scroll IDs to clear
  111. $params['body'] = (array) A comma-separated list of scroll IDs to clear if none was specified via the scroll_id parameter
  112. */
  113. ----
  114. ****
  115. [[Elasticsearch_ClientclosePointInTime_closePointInTime]]
  116. .`closePointInTime(array $params = [])`
  117. ****
  118. [source,php]
  119. ----
  120. /*
  121. $params['body'] = (array) a point-in-time id to close
  122. */
  123. ----
  124. ****
  125. [[Elasticsearch_Clientcount_count]]
  126. .`count(array $params = [])`
  127. ****
  128. [source,php]
  129. ----
  130. /*
  131. $params['index'] = (list) A comma-separated list of indices to restrict the results
  132. $params['type'] = DEPRECATED (list) A comma-separated list of types to restrict the results
  133. $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
  134. $params['ignore_throttled'] = (boolean) Whether specified concrete, expanded or aliased indices should be ignored when throttled
  135. $params['allow_no_indices'] = (boolean) Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
  136. $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices that are open, closed or both. (Options = open,closed,hidden,none,all) (Default = open)
  137. $params['min_score'] = (number) Include only documents with a specific `_score` value in the result
  138. $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
  139. $params['routing'] = (list) A comma-separated list of specific routing values
  140. $params['q'] = (string) Query in the Lucene query string syntax
  141. $params['analyzer'] = (string) The analyzer to use for the query string
  142. $params['analyze_wildcard'] = (boolean) Specify whether wildcard and prefix queries should be analyzed (default: false)
  143. $params['default_operator'] = (enum) The default operator for query string query (AND or OR) (Options = AND,OR) (Default = OR)
  144. $params['df'] = (string) The field to use as default where no field prefix is given in the query string
  145. $params['lenient'] = (boolean) Specify whether format-based query failures (such as providing text to a numeric field) should be ignored
  146. $params['terminate_after'] = (number) The maximum count for each shard, upon reaching which the query execution will terminate early
  147. $params['body'] = (array) A query to restrict the results specified with the Query DSL (optional)
  148. */
  149. ----
  150. ****
  151. [[Elasticsearch_Clientcreate_create]]
  152. .`create(array $params = [])`
  153. ****
  154. [source,php]
  155. ----
  156. /*
  157. $params['id'] = (string) Document ID (Required)
  158. $params['index'] = (string) The name of the index (Required)
  159. $params['type'] = DEPRECATED (string) The type of the document
  160. $params['wait_for_active_shards'] = (string) Sets the number of shard copies that must be active before proceeding with the index operation. Defaults to 1, meaning the primary shard only. Set to `all` for all shard copies, otherwise set to any non-negative value less than or equal to the total number of copies for the shard (number of replicas + 1)
  161. $params['refresh'] = (enum) If `true` then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` (the default) then do nothing with refreshes. (Options = true,false,wait_for)
  162. $params['routing'] = (string) Specific routing value
  163. $params['timeout'] = (time) Explicit operation timeout
  164. $params['version'] = (number) Explicit version number for concurrency control
  165. $params['version_type'] = (enum) Specific version type (Options = internal,external,external_gte)
  166. $params['pipeline'] = (string) The pipeline id to preprocess incoming documents with
  167. $params['body'] = (array) The document (Required)
  168. */
  169. ----
  170. ****
  171. [[Elasticsearch_Clientdelete_delete]]
  172. .`delete(array $params = [])`
  173. ****
  174. [source,php]
  175. ----
  176. /*
  177. $params['id'] = (string) The document ID (Required)
  178. $params['index'] = (string) The name of the index (Required)
  179. $params['type'] = DEPRECATED (string) The type of the document
  180. $params['wait_for_active_shards'] = (string) Sets the number of shard copies that must be active before proceeding with the delete operation. Defaults to 1, meaning the primary shard only. Set to `all` for all shard copies, otherwise set to any non-negative value less than or equal to the total number of copies for the shard (number of replicas + 1)
  181. $params['refresh'] = (enum) If `true` then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` (the default) then do nothing with refreshes. (Options = true,false,wait_for)
  182. $params['routing'] = (string) Specific routing value
  183. $params['timeout'] = (time) Explicit operation timeout
  184. $params['if_seq_no'] = (number) only perform the delete operation if the last operation that has changed the document has the specified sequence number
  185. $params['if_primary_term'] = (number) only perform the delete operation if the last operation that has changed the document has the specified primary term
  186. $params['version'] = (number) Explicit version number for concurrency control
  187. $params['version_type'] = (enum) Specific version type (Options = internal,external,external_gte,force)
  188. */
  189. ----
  190. ****
  191. [[Elasticsearch_ClientdeleteByQuery_deleteByQuery]]
  192. .`deleteByQuery(array $params = [])`
  193. ****
  194. [source,php]
  195. ----
  196. /*
  197. $params['index'] = (list) A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices (Required)
  198. $params['type'] = DEPRECATED (list) A comma-separated list of document types to search; leave empty to perform the operation on all types
  199. $params['analyzer'] = (string) The analyzer to use for the query string
  200. $params['analyze_wildcard'] = (boolean) Specify whether wildcard and prefix queries should be analyzed (default: false)
  201. $params['default_operator'] = (enum) The default operator for query string query (AND or OR) (Options = AND,OR) (Default = OR)
  202. $params['df'] = (string) The field to use as default where no field prefix is given in the query string
  203. $params['from'] = (number) Starting offset (default: 0)
  204. $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
  205. $params['allow_no_indices'] = (boolean) Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
  206. $params['conflicts'] = (enum) What to do when the delete by query hits version conflicts? (Options = abort,proceed) (Default = abort)
  207. $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices that are open, closed or both. (Options = open,closed,hidden,none,all) (Default = open)
  208. $params['lenient'] = (boolean) Specify whether format-based query failures (such as providing text to a numeric field) should be ignored
  209. $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
  210. $params['q'] = (string) Query in the Lucene query string syntax
  211. $params['routing'] = (list) A comma-separated list of specific routing values
  212. $params['scroll'] = (time) Specify how long a consistent view of the index should be maintained for scrolled search
  213. $params['search_type'] = (enum) Search operation type (Options = query_then_fetch,dfs_query_then_fetch)
  214. $params['search_timeout'] = (time) Explicit timeout for each search request. Defaults to no timeout.
  215. */
  216. ----
  217. ****
  218. [[Elasticsearch_ClientdeleteByQueryRethrottle_deleteByQueryRethrottle]]
  219. .`deleteByQueryRethrottle(array $params = [])`
  220. ****
  221. [source,php]
  222. ----
  223. /*
  224. $params['task_id'] = (string) The task id to rethrottle
  225. $params['requests_per_second'] = (number) The throttle to set on this request in floating sub-requests per second. -1 means set no throttle. (Required)
  226. */
  227. ----
  228. ****
  229. [[Elasticsearch_ClientdeleteScript_deleteScript]]
  230. .`deleteScript(array $params = [])`
  231. ****
  232. [source,php]
  233. ----
  234. /*
  235. $params['id'] = (string) Script ID
  236. $params['timeout'] = (time) Explicit operation timeout
  237. $params['master_timeout'] = (time) Specify timeout for connection to master
  238. */
  239. ----
  240. ****
  241. [[Elasticsearch_Clientexists_exists]]
  242. .`exists(array $params = [])`
  243. ****
  244. [source,php]
  245. ----
  246. /*
  247. $params['id'] = (string) The document ID (Required)
  248. $params['index'] = (string) The name of the index (Required)
  249. $params['type'] = DEPRECATED (string) The type of the document (use `_all` to fetch the first document matching the ID across all types)
  250. $params['stored_fields'] = (list) A comma-separated list of stored fields to return in the response
  251. $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
  252. $params['realtime'] = (boolean) Specify whether to perform the operation in realtime or search mode
  253. $params['refresh'] = (boolean) Refresh the shard containing the document before performing the operation
  254. $params['routing'] = (string) Specific routing value
  255. $params['_source'] = (list) True or false to return the _source field or not, or a list of fields to return
  256. $params['_source_excludes'] = (list) A list of fields to exclude from the returned _source field
  257. $params['_source_includes'] = (list) A list of fields to extract and return from the _source field
  258. $params['version'] = (number) Explicit version number for concurrency control
  259. $params['version_type'] = (enum) Specific version type (Options = internal,external,external_gte,force)
  260. */
  261. ----
  262. ****
  263. [[Elasticsearch_ClientexistsSource_existsSource]]
  264. .`existsSource(array $params = [])`
  265. ****
  266. [source,php]
  267. ----
  268. /*
  269. $params['id'] = (string) The document ID (Required)
  270. $params['index'] = (string) The name of the index (Required)
  271. $params['type'] = DEPRECATED (string) The type of the document; deprecated and optional starting with 7.0
  272. $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
  273. $params['realtime'] = (boolean) Specify whether to perform the operation in realtime or search mode
  274. $params['refresh'] = (boolean) Refresh the shard containing the document before performing the operation
  275. $params['routing'] = (string) Specific routing value
  276. $params['_source'] = (list) True or false to return the _source field or not, or a list of fields to return
  277. $params['_source_excludes'] = (list) A list of fields to exclude from the returned _source field
  278. $params['_source_includes'] = (list) A list of fields to extract and return from the _source field
  279. $params['version'] = (number) Explicit version number for concurrency control
  280. $params['version_type'] = (enum) Specific version type (Options = internal,external,external_gte,force)
  281. */
  282. ----
  283. ****
  284. [[Elasticsearch_Clientexplain_explain]]
  285. .`explain(array $params = [])`
  286. ****
  287. [source,php]
  288. ----
  289. /*
  290. $params['id'] = (string) The document ID (Required)
  291. $params['index'] = (string) The name of the index (Required)
  292. $params['type'] = DEPRECATED (string) The type of the document
  293. $params['analyze_wildcard'] = (boolean) Specify whether wildcards and prefix queries in the query string query should be analyzed (default: false)
  294. $params['analyzer'] = (string) The analyzer for the query string query
  295. $params['default_operator'] = (enum) The default operator for query string query (AND or OR) (Options = AND,OR) (Default = OR)
  296. $params['df'] = (string) The default field for query string query (default: _all)
  297. $params['stored_fields'] = (list) A comma-separated list of stored fields to return in the response
  298. $params['lenient'] = (boolean) Specify whether format-based query failures (such as providing text to a numeric field) should be ignored
  299. $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
  300. $params['q'] = (string) Query in the Lucene query string syntax
  301. $params['routing'] = (string) Specific routing value
  302. $params['_source'] = (list) True or false to return the _source field or not, or a list of fields to return
  303. $params['_source_excludes'] = (list) A list of fields to exclude from the returned _source field
  304. $params['_source_includes'] = (list) A list of fields to extract and return from the _source field
  305. $params['body'] = (array) The query definition using the Query DSL
  306. */
  307. ----
  308. ****
  309. [[Elasticsearch_ClientfieldCaps_fieldCaps]]
  310. .`fieldCaps(array $params = [])`
  311. ****
  312. [source,php]
  313. ----
  314. /*
  315. $params['index'] = (list) A comma-separated list of index names; use `_all` or empty string to perform the operation on all indices
  316. $params['fields'] = (list) A comma-separated list of field names
  317. $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
  318. $params['allow_no_indices'] = (boolean) Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
  319. $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices that are open, closed or both. (Options = open,closed,hidden,none,all) (Default = open)
  320. $params['include_unmapped'] = (boolean) Indicates whether unmapped fields should be included in the response. (Default = false)
  321. $params['body'] = (array) An index filter specified with the Query DSL
  322. */
  323. ----
  324. ****
  325. [[Elasticsearch_Clientget_get]]
  326. .`get(array $params = [])`
  327. ****
  328. [source,php]
  329. ----
  330. /*
  331. $params['id'] = (string) The document ID (Required)
  332. $params['index'] = (string) The name of the index (Required)
  333. $params['type'] = DEPRECATED (string) The type of the document (use `_all` to fetch the first document matching the ID across all types)
  334. $params['stored_fields'] = (list) A comma-separated list of stored fields to return in the response
  335. $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
  336. $params['realtime'] = (boolean) Specify whether to perform the operation in realtime or search mode
  337. $params['refresh'] = (boolean) Refresh the shard containing the document before performing the operation
  338. $params['routing'] = (string) Specific routing value
  339. $params['_source'] = (list) True or false to return the _source field or not, or a list of fields to return
  340. $params['_source_excludes'] = (list) A list of fields to exclude from the returned _source field
  341. $params['_source_includes'] = (list) A list of fields to extract and return from the _source field
  342. $params['version'] = (number) Explicit version number for concurrency control
  343. $params['version_type'] = (enum) Specific version type (Options = internal,external,external_gte,force)
  344. */
  345. ----
  346. ****
  347. [[Elasticsearch_ClientgetScript_getScript]]
  348. .`getScript(array $params = [])`
  349. ****
  350. [source,php]
  351. ----
  352. /*
  353. $params['id'] = (string) Script ID
  354. $params['master_timeout'] = (time) Specify timeout for connection to master
  355. */
  356. ----
  357. ****
  358. [[Elasticsearch_ClientgetScriptContext_getScriptContext]]
  359. .`getScriptContext(array $params = [])`
  360. *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
  361. ****
  362. [source,php]
  363. ----
  364. /*
  365. */
  366. ----
  367. ****
  368. [[Elasticsearch_ClientgetScriptLanguages_getScriptLanguages]]
  369. .`getScriptLanguages(array $params = [])`
  370. *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
  371. ****
  372. [source,php]
  373. ----
  374. /*
  375. */
  376. ----
  377. ****
  378. [[Elasticsearch_ClientgetSource_getSource]]
  379. .`getSource(array $params = [])`
  380. ****
  381. [source,php]
  382. ----
  383. /*
  384. $params['id'] = (string) The document ID (Required)
  385. $params['index'] = (string) The name of the index (Required)
  386. $params['type'] = DEPRECATED (string) The type of the document; deprecated and optional starting with 7.0
  387. $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
  388. $params['realtime'] = (boolean) Specify whether to perform the operation in realtime or search mode
  389. $params['refresh'] = (boolean) Refresh the shard containing the document before performing the operation
  390. $params['routing'] = (string) Specific routing value
  391. $params['_source'] = (list) True or false to return the _source field or not, or a list of fields to return
  392. $params['_source_excludes'] = (list) A list of fields to exclude from the returned _source field
  393. $params['_source_includes'] = (list) A list of fields to extract and return from the _source field
  394. $params['version'] = (number) Explicit version number for concurrency control
  395. $params['version_type'] = (enum) Specific version type (Options = internal,external,external_gte,force)
  396. */
  397. ----
  398. ****
  399. [[Elasticsearch_Clientindex_index]]
  400. .`index(array $params = [])`
  401. ****
  402. [source,php]
  403. ----
  404. /*
  405. $params['id'] = (string) Document ID
  406. $params['index'] = (string) The name of the index (Required)
  407. $params['type'] = DEPRECATED (string) The type of the document
  408. $params['wait_for_active_shards'] = (string) Sets the number of shard copies that must be active before proceeding with the index operation. Defaults to 1, meaning the primary shard only. Set to `all` for all shard copies, otherwise set to any non-negative value less than or equal to the total number of copies for the shard (number of replicas + 1)
  409. $params['op_type'] = (enum) Explicit operation type. Defaults to `index` for requests with an explicit document ID, and to `create`for requests without an explicit document ID (Options = index,create)
  410. $params['refresh'] = (enum) If `true` then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` (the default) then do nothing with refreshes. (Options = true,false,wait_for)
  411. $params['routing'] = (string) Specific routing value
  412. $params['timeout'] = (time) Explicit operation timeout
  413. $params['version'] = (number) Explicit version number for concurrency control
  414. $params['version_type'] = (enum) Specific version type (Options = internal,external,external_gte)
  415. $params['if_seq_no'] = (number) only perform the index operation if the last operation that has changed the document has the specified sequence number
  416. $params['if_primary_term'] = (number) only perform the index operation if the last operation that has changed the document has the specified primary term
  417. $params['pipeline'] = (string) The pipeline id to preprocess incoming documents with
  418. $params['require_alias'] = (boolean) When true, requires destination to be an alias. Default is false
  419. $params['body'] = (array) The document (Required)
  420. */
  421. ----
  422. ****
  423. [[Elasticsearch_Clientinfo_info]]
  424. .`info(array $params = [])`
  425. ****
  426. [source,php]
  427. ----
  428. /*
  429. */
  430. ----
  431. ****
  432. [[Elasticsearch_Clientmget_mget]]
  433. .`mget(array $params = [])`
  434. ****
  435. [source,php]
  436. ----
  437. /*
  438. $params['index'] = (string) The name of the index
  439. $params['type'] = DEPRECATED (string) The type of the document
  440. $params['stored_fields'] = (list) A comma-separated list of stored fields to return in the response
  441. $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
  442. $params['realtime'] = (boolean) Specify whether to perform the operation in realtime or search mode
  443. $params['refresh'] = (boolean) Refresh the shard containing the document before performing the operation
  444. $params['routing'] = (string) Specific routing value
  445. $params['_source'] = (list) True or false to return the _source field or not, or a list of fields to return
  446. $params['_source_excludes'] = (list) A list of fields to exclude from the returned _source field
  447. $params['_source_includes'] = (list) A list of fields to extract and return from the _source field
  448. $params['body'] = (array) Document identifiers; can be either `docs` (containing full document information) or `ids` (when index and type is provided in the URL. (Required)
  449. */
  450. ----
  451. ****
  452. [[Elasticsearch_Clientmsearch_msearch]]
  453. .`msearch(array $params = [])`
  454. ****
  455. [source,php]
  456. ----
  457. /*
  458. $params['index'] = (list) A comma-separated list of index names to use as default
  459. $params['type'] = DEPRECATED (list) A comma-separated list of document types to use as default
  460. $params['search_type'] = (enum) Search operation type (Options = query_then_fetch,query_and_fetch,dfs_query_then_fetch,dfs_query_and_fetch)
  461. $params['max_concurrent_searches'] = (number) Controls the maximum number of concurrent searches the multi search api will execute
  462. $params['typed_keys'] = (boolean) Specify whether aggregation and suggester names should be prefixed by their respective types in the response
  463. $params['pre_filter_shard_size'] = (number) A threshold that enforces a pre-filter roundtrip to prefilter search shards based on query rewriting if the number of shards the search request expands to exceeds the threshold. This filter roundtrip can limit the number of shards significantly if for instance a shard can not match any documents based on its rewrite method ie. if date filters are mandatory to match but the shard bounds and the query are disjoint.
  464. */
  465. ----
  466. ****
  467. [[Elasticsearch_ClientmsearchTemplate_msearchTemplate]]
  468. .`msearchTemplate(array $params = [])`
  469. ****
  470. [source,php]
  471. ----
  472. /*
  473. $params['index'] = (list) A comma-separated list of index names to use as default
  474. $params['type'] = DEPRECATED (list) A comma-separated list of document types to use as default
  475. $params['search_type'] = (enum) Search operation type (Options = query_then_fetch,query_and_fetch,dfs_query_then_fetch,dfs_query_and_fetch)
  476. $params['typed_keys'] = (boolean) Specify whether aggregation and suggester names should be prefixed by their respective types in the response
  477. $params['max_concurrent_searches'] = (number) Controls the maximum number of concurrent searches the multi search api will execute
  478. $params['rest_total_hits_as_int'] = (boolean) Indicates whether hits.total should be rendered as an integer or an object in the rest search response (Default = false)
  479. $params['ccs_minimize_roundtrips'] = (boolean) Indicates whether network round-trips should be minimized as part of cross-cluster search requests execution (Default = true)
  480. $params['body'] = (array) The request definitions (metadata-search request definition pairs), separated by newlines (Required)
  481. */
  482. ----
  483. ****
  484. [[Elasticsearch_Clientmtermvectors_mtermvectors]]
  485. .`mtermvectors(array $params = [])`
  486. ****
  487. [source,php]
  488. ----
  489. /*
  490. $params['index'] = (string) The index in which the document resides.
  491. */
  492. ----
  493. ****
  494. [[Elasticsearch_ClientopenPointInTime_openPointInTime]]
  495. .`openPointInTime(array $params = [])`
  496. ****
  497. [source,php]
  498. ----
  499. /*
  500. $params['index'] = (list) A comma-separated list of index names to open point in time; use `_all` or empty string to perform the operation on all indices
  501. $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
  502. $params['routing'] = (string) Specific routing value
  503. $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
  504. $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices that are open, closed or both. (Options = open,closed,hidden,none,all) (Default = open)
  505. $params['keep_alive'] = (string) Specific the time to live for the point in time
  506. */
  507. ----
  508. ****
  509. [[Elasticsearch_Clientping_ping]]
  510. .`ping(array $params = [])`
  511. ****
  512. [source,php]
  513. ----
  514. /*
  515. */
  516. ----
  517. ****
  518. [[Elasticsearch_ClientputScript_putScript]]
  519. .`putScript(array $params = [])`
  520. ****
  521. [source,php]
  522. ----
  523. /*
  524. $params['id'] = (string) Script ID (Required)
  525. $params['context'] = (string) Script context
  526. $params['timeout'] = (time) Explicit operation timeout
  527. $params['master_timeout'] = (time) Specify timeout for connection to master
  528. $params['body'] = (array) The document (Required)
  529. */
  530. ----
  531. ****
  532. [[Elasticsearch_ClientrankEval_rankEval]]
  533. .`rankEval(array $params = [])`
  534. *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
  535. ****
  536. [source,php]
  537. ----
  538. /*
  539. $params['index'] = (list) A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices
  540. $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
  541. $params['allow_no_indices'] = (boolean) Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
  542. $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices that are open, closed or both. (Options = open,closed,hidden,none,all) (Default = open)
  543. $params['search_type'] = (enum) Search operation type (Options = query_then_fetch,dfs_query_then_fetch)
  544. $params['body'] = (array) The ranking evaluation search definition, including search requests, document ratings and ranking metric definition. (Required)
  545. */
  546. ----
  547. ****
  548. [[Elasticsearch_Clientreindex_reindex]]
  549. .`reindex(array $params = [])`
  550. ****
  551. [source,php]
  552. ----
  553. /*
  554. $params['refresh'] = (boolean) Should the affected indexes be refreshed?
  555. $params['timeout'] = (time) Time each individual bulk request should wait for shards that are unavailable. (Default = 1m)
  556. $params['wait_for_active_shards'] = (string) Sets the number of shard copies that must be active before proceeding with the reindex operation. Defaults to 1, meaning the primary shard only. Set to `all` for all shard copies, otherwise set to any non-negative value less than or equal to the total number of copies for the shard (number of replicas + 1)
  557. $params['wait_for_completion'] = (boolean) Should the request should block until the reindex is complete. (Default = true)
  558. $params['requests_per_second'] = (number) The throttle to set on this request in sub-requests per second. -1 means no throttle. (Default = 0)
  559. $params['scroll'] = (time) Control how long to keep the search context alive (Default = 5m)
  560. $params['slices'] = (number|string) The number of slices this task should be divided into. Defaults to 1, meaning the task isn't sliced into subtasks. Can be set to `auto`. (Default = 1)
  561. $params['max_docs'] = (number) Maximum number of documents to process (default: all documents)
  562. $params['body'] = (array) The search definition using the Query DSL and the prototype for the index request. (Required)
  563. */
  564. ----
  565. ****
  566. [[Elasticsearch_ClientreindexRethrottle_reindexRethrottle]]
  567. .`reindexRethrottle(array $params = [])`
  568. ****
  569. [source,php]
  570. ----
  571. /*
  572. $params['task_id'] = (string) The task id to rethrottle
  573. $params['requests_per_second'] = (number) The throttle to set on this request in floating sub-requests per second. -1 means set no throttle. (Required)
  574. */
  575. ----
  576. ****
  577. [[Elasticsearch_ClientrenderSearchTemplate_renderSearchTemplate]]
  578. .`renderSearchTemplate(array $params = [])`
  579. ****
  580. [source,php]
  581. ----
  582. /*
  583. $params['id'] = (string) The id of the stored search template
  584. $params['body'] = (array) The search definition template and its params
  585. */
  586. ----
  587. ****
  588. [[Elasticsearch_ClientscriptsPainlessExecute_scriptsPainlessExecute]]
  589. .`scriptsPainlessExecute(array $params = [])`
  590. *NOTE:* This API is EXPERIMENTAL and may be changed or removed completely in a future release
  591. ****
  592. [source,php]
  593. ----
  594. /*
  595. $params['body'] = (array) The script to execute
  596. */
  597. ----
  598. ****
  599. [[Elasticsearch_Clientscroll_scroll]]
  600. .`scroll(array $params = [])`
  601. ****
  602. [source,php]
  603. ----
  604. /*
  605. $params['scroll_id'] = DEPRECATED (string) The scroll ID
  606. $params['scroll'] = (time) Specify how long a consistent view of the index should be maintained for scrolled search
  607. $params['rest_total_hits_as_int'] = (boolean) Indicates whether hits.total should be rendered as an integer or an object in the rest search response (Default = false)
  608. $params['body'] = (array) The scroll ID if not passed by URL or query parameter.
  609. */
  610. ----
  611. ****
  612. [[Elasticsearch_Clientsearch_search]]
  613. .`search(array $params = [])`
  614. ****
  615. [source,php]
  616. ----
  617. /*
  618. $params['index'] = (list) A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices
  619. $params['type'] = DEPRECATED (list) A comma-separated list of document types to search; leave empty to perform the operation on all types
  620. $params['analyzer'] = (string) The analyzer to use for the query string
  621. $params['analyze_wildcard'] = (boolean) Specify whether wildcard and prefix queries should be analyzed (default: false)
  622. $params['ccs_minimize_roundtrips'] = (boolean) Indicates whether network round-trips should be minimized as part of cross-cluster search requests execution (Default = true)
  623. $params['default_operator'] = (enum) The default operator for query string query (AND or OR) (Options = AND,OR) (Default = OR)
  624. $params['df'] = (string) The field to use as default where no field prefix is given in the query string
  625. $params['explain'] = (boolean) Specify whether to return detailed information about score computation as part of a hit
  626. $params['stored_fields'] = (list) A comma-separated list of stored fields to return as part of a hit
  627. $params['docvalue_fields'] = (list) A comma-separated list of fields to return as the docvalue representation of a field for each hit
  628. $params['from'] = (number) Starting offset (default: 0)
  629. $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
  630. $params['ignore_throttled'] = (boolean) Whether specified concrete, expanded or aliased indices should be ignored when throttled
  631. $params['allow_no_indices'] = (boolean) Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
  632. $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices that are open, closed or both. (Options = open,closed,hidden,none,all) (Default = open)
  633. $params['lenient'] = (boolean) Specify whether format-based query failures (such as providing text to a numeric field) should be ignored
  634. $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
  635. $params['q'] = (string) Query in the Lucene query string syntax
  636. $params['routing'] = (list) A comma-separated list of specific routing values
  637. $params['scroll'] = (time) Specify how long a consistent view of the index should be maintained for scrolled search
  638. $params['search_type'] = (enum) Search operation type (Options = query_then_fetch,dfs_query_then_fetch)
  639. $params['size'] = (number) Number of hits to return (default: 10)
  640. $params['sort'] = (list) A comma-separated list of <field>:<direction> pairs
  641. $params['_source'] = (list) True or false to return the _source field or not, or a list of fields to return
  642. $params['_source_excludes'] = (list) A list of fields to exclude from the returned _source field
  643. $params['_source_includes'] = (list) A list of fields to extract and return from the _source field
  644. $params['terminate_after'] = (number) The maximum number of documents to collect for each shard, upon reaching which the query execution will terminate early.
  645. */
  646. ----
  647. ****
  648. [[Elasticsearch_ClientsearchShards_searchShards]]
  649. .`searchShards(array $params = [])`
  650. ****
  651. [source,php]
  652. ----
  653. /*
  654. $params['index'] = (list) A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices
  655. $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
  656. $params['routing'] = (string) Specific routing value
  657. $params['local'] = (boolean) Return local information, do not retrieve the state from master node (default: false)
  658. $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
  659. $params['allow_no_indices'] = (boolean) Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
  660. $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices that are open, closed or both. (Options = open,closed,hidden,none,all) (Default = open)
  661. */
  662. ----
  663. ****
  664. [[Elasticsearch_ClientsearchTemplate_searchTemplate]]
  665. .`searchTemplate(array $params = [])`
  666. ****
  667. [source,php]
  668. ----
  669. /*
  670. $params['index'] = (list) A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices
  671. $params['type'] = DEPRECATED (list) A comma-separated list of document types to search; leave empty to perform the operation on all types
  672. $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
  673. $params['ignore_throttled'] = (boolean) Whether specified concrete, expanded or aliased indices should be ignored when throttled
  674. $params['allow_no_indices'] = (boolean) Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
  675. $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices that are open, closed or both. (Options = open,closed,hidden,none,all) (Default = open)
  676. $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
  677. $params['routing'] = (list) A comma-separated list of specific routing values
  678. $params['scroll'] = (time) Specify how long a consistent view of the index should be maintained for scrolled search
  679. $params['search_type'] = (enum) Search operation type (Options = query_then_fetch,query_and_fetch,dfs_query_then_fetch,dfs_query_and_fetch)
  680. $params['explain'] = (boolean) Specify whether to return detailed information about score computation as part of a hit
  681. $params['profile'] = (boolean) Specify whether to profile the query execution
  682. $params['typed_keys'] = (boolean) Specify whether aggregation and suggester names should be prefixed by their respective types in the response
  683. $params['rest_total_hits_as_int'] = (boolean) Indicates whether hits.total should be rendered as an integer or an object in the rest search response (Default = false)
  684. $params['ccs_minimize_roundtrips'] = (boolean) Indicates whether network round-trips should be minimized as part of cross-cluster search requests execution (Default = true)
  685. $params['body'] = (array) The search definition template and its params (Required)
  686. */
  687. ----
  688. ****
  689. [[Elasticsearch_Clienttermvectors_termvectors]]
  690. .`termvectors(array $params = [])`
  691. ****
  692. [source,php]
  693. ----
  694. /*
  695. $params['index'] = (string) The index in which the document resides. (Required)
  696. $params['id'] = (string) The id of the document, when not specified a doc param should be supplied.
  697. */
  698. ----
  699. ****
  700. [[Elasticsearch_Clientupdate_update]]
  701. .`update(array $params = [])`
  702. ****
  703. [source,php]
  704. ----
  705. /*
  706. $params['id'] = (string) Document ID (Required)
  707. $params['index'] = (string) The name of the index (Required)
  708. $params['type'] = DEPRECATED (string) The type of the document
  709. $params['wait_for_active_shards'] = (string) Sets the number of shard copies that must be active before proceeding with the update operation. Defaults to 1, meaning the primary shard only. Set to `all` for all shard copies, otherwise set to any non-negative value less than or equal to the total number of copies for the shard (number of replicas + 1)
  710. $params['_source'] = (list) True or false to return the _source field or not, or a list of fields to return
  711. $params['_source_excludes'] = (list) A list of fields to exclude from the returned _source field
  712. $params['_source_includes'] = (list) A list of fields to extract and return from the _source field
  713. $params['lang'] = (string) The script language (default: painless)
  714. $params['refresh'] = (enum) If `true` then refresh the affected shards to make this operation visible to search, if `wait_for` then wait for a refresh to make this operation visible to search, if `false` (the default) then do nothing with refreshes. (Options = true,false,wait_for)
  715. $params['retry_on_conflict'] = (number) Specify how many times should the operation be retried when a conflict occurs (default: 0)
  716. $params['routing'] = (string) Specific routing value
  717. $params['timeout'] = (time) Explicit operation timeout
  718. $params['if_seq_no'] = (number) only perform the update operation if the last operation that has changed the document has the specified sequence number
  719. $params['if_primary_term'] = (number) only perform the update operation if the last operation that has changed the document has the specified primary term
  720. $params['require_alias'] = (boolean) When true, requires destination is an alias. Default is false
  721. $params['body'] = (array) The request definition requires either `script` or partial `doc` (Required)
  722. */
  723. ----
  724. ****
  725. [[Elasticsearch_ClientupdateByQuery_updateByQuery]]
  726. .`updateByQuery(array $params = [])`
  727. ****
  728. [source,php]
  729. ----
  730. /*
  731. $params['index'] = (list) A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices (Required)
  732. $params['type'] = DEPRECATED (list) A comma-separated list of document types to search; leave empty to perform the operation on all types
  733. $params['analyzer'] = (string) The analyzer to use for the query string
  734. $params['analyze_wildcard'] = (boolean) Specify whether wildcard and prefix queries should be analyzed (default: false)
  735. $params['default_operator'] = (enum) The default operator for query string query (AND or OR) (Options = AND,OR) (Default = OR)
  736. $params['df'] = (string) The field to use as default where no field prefix is given in the query string
  737. $params['from'] = (number) Starting offset (default: 0)
  738. $params['ignore_unavailable'] = (boolean) Whether specified concrete indices should be ignored when unavailable (missing or closed)
  739. $params['allow_no_indices'] = (boolean) Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified)
  740. $params['conflicts'] = (enum) What to do when the update by query hits version conflicts? (Options = abort,proceed) (Default = abort)
  741. $params['expand_wildcards'] = (enum) Whether to expand wildcard expression to concrete indices that are open, closed or both. (Options = open,closed,hidden,none,all) (Default = open)
  742. $params['lenient'] = (boolean) Specify whether format-based query failures (such as providing text to a numeric field) should be ignored
  743. $params['pipeline'] = (string) Ingest pipeline to set on index requests made by this action. (default: none)
  744. $params['preference'] = (string) Specify the node or shard the operation should be performed on (default: random)
  745. $params['q'] = (string) Query in the Lucene query string syntax
  746. $params['routing'] = (list) A comma-separated list of specific routing values
  747. $params['scroll'] = (time) Specify how long a consistent view of the index should be maintained for scrolled search
  748. $params['search_type'] = (enum) Search operation type (Options = query_then_fetch,dfs_query_then_fetch)
  749. $params['search_timeout'] = (time) Explicit timeout for each search request. Defaults to no timeout.
  750. */
  751. ----
  752. ****
  753. [[Elasticsearch_ClientupdateByQueryRethrottle_updateByQueryRethrottle]]
  754. .`updateByQueryRethrottle(array $params = [])`
  755. ****
  756. [source,php]
  757. ----
  758. /*
  759. $params['task_id'] = (string) The task id to rethrottle
  760. $params['requests_per_second'] = (number) The throttle to set on this request in floating sub-requests per second. -1 means set no throttle. (Required)
  761. */
  762. ----
  763. ****
  764. [[Elasticsearch_ClientasyncSearch_asyncSearch]]
  765. .`asyncSearch()`
  766. ****
  767. [source,php]
  768. ----
  769. /*
  770. Returns the asyncSearch namespace
  771. */
  772. ----
  773. ****
  774. [[Elasticsearch_Clientautoscaling_autoscaling]]
  775. .`autoscaling()`
  776. ****
  777. [source,php]
  778. ----
  779. /*
  780. Returns the autoscaling namespace
  781. */
  782. ----
  783. ****
  784. [[Elasticsearch_Clientcat_cat]]
  785. .`cat()`
  786. ****
  787. [source,php]
  788. ----
  789. /*
  790. Returns the cat namespace
  791. */
  792. ----
  793. ****
  794. [[Elasticsearch_Clientccr_ccr]]
  795. .`ccr()`
  796. ****
  797. [source,php]
  798. ----
  799. /*
  800. Returns the ccr namespace
  801. */
  802. ----
  803. ****
  804. [[Elasticsearch_Clientcluster_cluster]]
  805. .`cluster()`
  806. ****
  807. [source,php]
  808. ----
  809. /*
  810. Returns the cluster namespace
  811. */
  812. ----
  813. ****
  814. [[Elasticsearch_ClientdanglingIndices_danglingIndices]]
  815. .`danglingIndices()`
  816. ****
  817. [source,php]
  818. ----
  819. /*
  820. Returns the danglingIndices namespace
  821. */
  822. ----
  823. ****
  824. [[Elasticsearch_ClientdataFrameTransformDeprecated_dataFrameTransformDeprecated]]
  825. .`dataFrameTransformDeprecated()`
  826. ****
  827. [source,php]
  828. ----
  829. /*
  830. Returns the dataFrameTransformDeprecated namespace
  831. */
  832. ----
  833. ****
  834. [[Elasticsearch_Clientenrich_enrich]]
  835. .`enrich()`
  836. ****
  837. [source,php]
  838. ----
  839. /*
  840. Returns the enrich namespace
  841. */
  842. ----
  843. ****
  844. [[Elasticsearch_Clienteql_eql]]
  845. .`eql()`
  846. ****
  847. [source,php]
  848. ----
  849. /*
  850. Returns the eql namespace
  851. */
  852. ----
  853. ****
  854. [[Elasticsearch_Clientfeatures_features]]
  855. .`features()`
  856. ****
  857. [source,php]
  858. ----
  859. /*
  860. Returns the features namespace
  861. */
  862. ----
  863. ****
  864. [[Elasticsearch_Clientgraph_graph]]
  865. .`graph()`
  866. ****
  867. [source,php]
  868. ----
  869. /*
  870. Returns the graph namespace
  871. */
  872. ----
  873. ****
  874. [[Elasticsearch_Clientilm_ilm]]
  875. .`ilm()`
  876. ****
  877. [source,php]
  878. ----
  879. /*
  880. Returns the ilm namespace
  881. */
  882. ----
  883. ****
  884. [[Elasticsearch_Clientindices_indices]]
  885. .`indices()`
  886. ****
  887. [source,php]
  888. ----
  889. /*
  890. Returns the indices namespace
  891. */
  892. ----
  893. ****
  894. [[Elasticsearch_Clientingest_ingest]]
  895. .`ingest()`
  896. ****
  897. [source,php]
  898. ----
  899. /*
  900. Returns the ingest namespace
  901. */
  902. ----
  903. ****
  904. [[Elasticsearch_Clientlicense_license]]
  905. .`license()`
  906. ****
  907. [source,php]
  908. ----
  909. /*
  910. Returns the license namespace
  911. */
  912. ----
  913. ****
  914. [[Elasticsearch_Clientlogstash_logstash]]
  915. .`logstash()`
  916. ****
  917. [source,php]
  918. ----
  919. /*
  920. Returns the logstash namespace
  921. */
  922. ----
  923. ****
  924. [[Elasticsearch_Clientmigration_migration]]
  925. .`migration()`
  926. ****
  927. [source,php]
  928. ----
  929. /*
  930. Returns the migration namespace
  931. */
  932. ----
  933. ****
  934. [[Elasticsearch_Clientml_ml]]
  935. .`ml()`
  936. ****
  937. [source,php]
  938. ----
  939. /*
  940. Returns the ml namespace
  941. */
  942. ----
  943. ****
  944. [[Elasticsearch_Clientmonitoring_monitoring]]
  945. .`monitoring()`
  946. ****
  947. [source,php]
  948. ----
  949. /*
  950. Returns the monitoring namespace
  951. */
  952. ----
  953. ****
  954. [[Elasticsearch_Clientnodes_nodes]]
  955. .`nodes()`
  956. ****
  957. [source,php]
  958. ----
  959. /*
  960. Returns the nodes namespace
  961. */
  962. ----
  963. ****
  964. [[Elasticsearch_Clientrollup_rollup]]
  965. .`rollup()`
  966. ****
  967. [source,php]
  968. ----
  969. /*
  970. Returns the rollup namespace
  971. */
  972. ----
  973. ****
  974. [[Elasticsearch_ClientsearchableSnapshots_searchableSnapshots]]
  975. .`searchableSnapshots()`
  976. ****
  977. [source,php]
  978. ----
  979. /*
  980. Returns the searchableSnapshots namespace
  981. */
  982. ----
  983. ****
  984. [[Elasticsearch_Clientsecurity_security]]
  985. .`security()`
  986. ****
  987. [source,php]
  988. ----
  989. /*
  990. Returns the security namespace
  991. */
  992. ----
  993. ****
  994. [[Elasticsearch_Clientslm_slm]]
  995. .`slm()`
  996. ****
  997. [source,php]
  998. ----
  999. /*
  1000. Returns the slm namespace
  1001. */
  1002. ----
  1003. ****
  1004. [[Elasticsearch_Clientsnapshot_snapshot]]
  1005. .`snapshot()`
  1006. ****
  1007. [source,php]
  1008. ----
  1009. /*
  1010. Returns the snapshot namespace
  1011. */
  1012. ----
  1013. ****
  1014. [[Elasticsearch_Clientsql_sql]]
  1015. .`sql()`
  1016. ****
  1017. [source,php]
  1018. ----
  1019. /*
  1020. Returns the sql namespace
  1021. */
  1022. ----
  1023. ****
  1024. [[Elasticsearch_Clientssl_ssl]]
  1025. .`ssl()`
  1026. ****
  1027. [source,php]
  1028. ----
  1029. /*
  1030. Returns the ssl namespace
  1031. */
  1032. ----
  1033. ****
  1034. [[Elasticsearch_Clienttasks_tasks]]
  1035. .`tasks()`
  1036. ****
  1037. [source,php]
  1038. ----
  1039. /*
  1040. Returns the tasks namespace
  1041. */
  1042. ----
  1043. ****
  1044. [[Elasticsearch_ClienttextStructure_textStructure]]
  1045. .`textStructure()`
  1046. ****
  1047. [source,php]
  1048. ----
  1049. /*
  1050. Returns the textStructure namespace
  1051. */
  1052. ----
  1053. ****
  1054. [[Elasticsearch_Clienttransform_transform]]
  1055. .`transform()`
  1056. ****
  1057. [source,php]
  1058. ----
  1059. /*
  1060. Returns the transform namespace
  1061. */
  1062. ----
  1063. ****
  1064. [[Elasticsearch_Clientwatcher_watcher]]
  1065. .`watcher()`
  1066. ****
  1067. [source,php]
  1068. ----
  1069. /*
  1070. Returns the watcher namespace
  1071. */
  1072. ----
  1073. ****
  1074. [[Elasticsearch_Clientxpack_xpack]]
  1075. .`xpack()`
  1076. ****
  1077. [source,php]
  1078. ----
  1079. /*
  1080. Returns the xpack namespace
  1081. */
  1082. ----
  1083. ****
  1084. [[Elasticsearch_Client-call-_call]]
  1085. .`__call(string $name, array $arguments)`
  1086. ****
  1087. [source,php]
  1088. ----
  1089. /*
  1090. Catchall for registered namespaces
  1091. */
  1092. ----
  1093. ****
  1094. [[Elasticsearch_ClientextractArgument_extractArgument]]
  1095. .`extractArgument(array $params, string $arg)`
  1096. ****
  1097. [source,php]
  1098. ----
  1099. /*
  1100. Extract an argument from the array of parameters
  1101. */
  1102. ----
  1103. ****