Lines Matching defs:search

320      * $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)
350 * Explicitly clears the search context for a scroll.
415 * @see https://www.elastic.co/guide/en/elasticsearch/reference/master/search-count.html
439 * $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)
475 * $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)
505 * $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)
506 * $params['type'] = DEPRECATED (list) A comma-separated list of document types to search; leave empty to perform the operation on all types
520 * $params['scroll'] = (time) Specify how long a consistent view of the index should be maintained for scrolled search
522 * $params['search_timeout'] = (time) Explicit timeout for each search request. Defaults to no timeout.
540 * $params['body'] = (array) The search definition using the Query DSL (Required)
612 * $params['realtime'] = (boolean) Specify whether to perform the operation in realtime or search mode
650 * $params['realtime'] = (boolean) Specify whether to perform the operation in realtime or search mode
703 * @see https://www.elastic.co/guide/en/elasticsearch/reference/master/search-explain.html
735 * @see https://www.elastic.co/guide/en/elasticsearch/reference/master/search-field-caps.html
758 * $params['realtime'] = (boolean) Specify whether to perform the operation in realtime or search mode
854 * $params['realtime'] = (boolean) Specify whether to perform the operation in realtime or search mode
890 * $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)
946 * $params['realtime'] = (boolean) Specify whether to perform the operation in realtime or search mode
974 * Allows to execute several search operations in one request.
979 * $params['max_concurrent_searches'] = (number) Controls the maximum number of concurrent searches the multi search api will execute
981 * $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.
982 * $params['max_concurrent_shard_requests'] = (number) The number of concurrent shard requests each sub search executes concurrently per node. This value should be used to limit the impact of the search on the cluster in order to limit the number of concurrent shard requests (Default = 5)
983 * $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)
984 * $params['ccs_minimize_roundtrips'] = (boolean) Indicates whether network round-trips should be minimized as part of cross-cluster search requests execution (Default = true)
985 * $params['body'] = (array) The request definitions (metadata-search request definition pairs), separated by newlines (Required)
989 * @see https://www.elastic.co/guide/en/elasticsearch/reference/master/search-multi-search.html
1007 * Allows to execute several search template operations in one request.
1013 * $params['max_concurrent_searches'] = (number) Controls the maximum number of concurrent searches the multi search api will execute
1014 * $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)
1015 * $params['ccs_minimize_roundtrips'] = (boolean) Indicates whether network round-trips should be minimized as part of cross-cluster search requests execution (Default = true)
1016 * $params['body'] = (array) The request definitions (metadata-search request definition pairs), separated by newlines (Required)
1020 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-multi-search.html
1149 * Allows to evaluate the quality of ranked search results over a set of typical search queries
1151 * $params['index'] = (list) A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices
1156 * $params['body'] = (array) The ranking evaluation search definition, including search requests, document ratings and ranking metric definition. (Required)
1160 * @see https://www.elastic.co/guide/en/elasticsearch/reference/master/search-rank-eval.html
1186 * $params['scroll'] = (time) Control how long to keep the search context alive (Default = 5m)
1189 * $params['body'] = (array) The search definition using the Query DSL and the prototype for the index request. (Required)
1228 * Allows to use the Mustache language to pre-render a search definition.
1230 * $params['id'] = (string) The id of the stored search template
1231 * $params['body'] = (array) The search definition template and its params
1235 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/render-search-template-api.html
1274 * Allows to retrieve a large numbers of results from a single search request.
1277 * $params['scroll'] = (time) Specify how long a consistent view of the index should be maintained for scrolled search
1278 * $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)
1283 * @see https://www.elastic.co/guide/en/elasticsearch/reference/master/search-request-body.html#request-body-search-scroll
1301 * $params['index'] = (list) A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices
1302 * $params['type'] = DEPRECATED (list) A comma-separated list of document types to search; leave empty to perform the operation on all types
1305 * $params['ccs_minimize_roundtrips'] = (boolean) Indicates whether network round-trips should be minimized as part of cross-cluster search requests execution (Default = true)
1320 * $params['scroll'] = (time) Specify how long a consistent view of the index should be maintained for scrolled search
1336 * $params['allow_partial_search_results'] = (boolean) Indicate if an error should be returned if there is a partial search failure or timeout (Default = true)
1341 * $params['batched_reduce_size'] = (number) The number of shard results that should be reduced at once on the coordinating node. This value should be used as a protection mechanism to reduce the memory overhead per search request if the potential number of shards in the request can be large. (Default = 512)
1342 * $params['max_concurrent_shard_requests'] = (number) The number of concurrent shard requests per node this search executes concurrently. This value should be used to limit the impact of the search on the cluster in order to limit the number of concurrent shard requests (Default = 5)
1343 * $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.
1344 * $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)
1345 * $params['min_compatible_shard_node'] = (string) The minimum compatible version that all shards involved in search should have for this request to be successful
1346 * $params['body'] = (array) The search definition using the Query DSL
1350 * @see https://www.elastic.co/guide/en/elasticsearch/reference/master/search-search.html
1352 public function search(array $params = [])
1370 * $params['index'] = (list) Comma-separated list of data streams, indices, or aliases to search
1372 * $params['zoom'] = (int) Zoom level for the vector tile to search
1373 * $params['x'] = (int) X coordinate for the vector tile to search
1374 * $params['y'] = (int) Y coordinate for the vector tile to search
1384 * @see https://www.elastic.co/guide/en/elasticsearch/reference/master/search-vector-tile-api.html
1411 * Returns information about the indices and shards that a search request would be executed against.
1413 * $params['index'] = (list) A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices
1423 * @see https://www.elastic.co/guide/en/elasticsearch/reference/master/search-shards.html
1437 * Allows to use the Mustache language to pre-render a search definition.
1439 * $params['index'] = (list) A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices
1440 * $params['type'] = DEPRECATED (list) A comma-separated list of document types to search; leave empty to perform the operation on all types
1447 * $params['scroll'] = (time) Specify how long a consistent view of the index should be maintained for scrolled search
1452 * $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)
1453 * $params['ccs_minimize_roundtrips'] = (boolean) Indicates whether network round-trips should be minimized as part of cross-cluster search requests execution (Default = true)
1454 * $params['body'] = (array) The search definition template and its params (Required)
1458 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-template.html
1478 * $params['index'] = (list) A comma-separated list of index names to search; use `_all` or empty string to perform the operation on all indices
1483 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-terms-enum.html
1552 * $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)
1585 * $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)
1586 * $params['type'] = DEPRECATED (list) A comma-separated list of document types to search; leave empty to perform the operation on all types
1601 * $params['scroll'] = (time) Specify how long a consistent view of the index should be maintained for scrolled search
1603 * $params['search_timeout'] = (time) Explicit timeout for each search request. Defaults to no timeout.
1622 * $params['body'] = (array) The search definition using the Query DSL