Home
last modified time | relevance | path

Searched refs:search_params (Results 1 – 2 of 2) sorted by path

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhelpers.asciidoc27 $search_params = [
38 $pages = new SearchResponseIterator($client, $search_params);
64 $search_params = [
75 $pages = new SearchResponseIterator($client, $search_params);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Helper/Iterators/
H A DSearchResponseIterator.php61 * @param array $search_params Associative array of parameters
64 public function __construct(Client $client, array $search_params) argument
67 $this->params = $search_params;
69 if (isset($search_params['scroll'])) {
70 $this->scroll_ttl = $search_params['scroll'];