Home
last modified time | relevance | path

Searched refs:create (Results 176 – 200 of 1906) sorted by last modified time

12345678910>>...77

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D1c23507edd7a3c18538b68223378e4ab.asciidoc1 // indices/create-index.asciidoc:10
8 $response = $client->indices()->create($params);
H A D1da77e114459e0b77d78a3dcc8fae429.asciidoc8 $response = $client->indices()->create($params);
12 $response = $client->indices()->create($params);
H A D1f6fe6833686e38c3711c6f2aa00a078.asciidoc18 $response = $client->indices()->create($params);
H A D4d56b179242fed59e3d6476f817b6055.asciidoc1 // indices/create-index.asciidoc:143
22 $response = $client->indices()->create($params);
H A D734c2e2a1e45b84f1e4e65b51356fcd7.asciidoc17 $response = $client->indices()->create($params);
H A Db9c5d7ca6ca9c6f747201f45337a4abf.asciidoc1 // indices/create-index.asciidoc:99
14 $response = $client->indices()->create($params);
H A Dbd5918ab903c0889bb1f09c8c2466e43.asciidoc17 $response = $client->indices()->create($params);
H A De5d2172b524332196cac0f031c043659.asciidoc1 // indices/create-index.asciidoc:81
16 $response = $client->indices()->create($params);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DClient.php496 * array('create' => array('_index' => 'test', '_id' => '3')),
668 $connections[] = Connection::create($this->_prepareConnectionParams($connection));
674 $connections[] = Connection::create($this->_prepareConnectionParams($server));
678 // If no connections set, create default connection
680 $connections[] = Connection::create($this->_prepareConnectionParams($this->getConfig()));
691 $strategy = Connection\Strategy\StrategyFactory::create($this->getConfig('connectionStrategy'));
H A DIndex.php196 $q = Query::create($query)->getQuery();
358 $query = Query::create($query)->getQuery();
456 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-create-index.html
470 public function create(array $args = [], $options = null): Response
409 public function create(array $args = [], $options = null): Response global() function in Elastica\\Index
H A DIndexTemplate.php75 public function create(array $args = [])
64 public function create(array $args = []) global() function in Elastica\\IndexTemplate
H A DMapping.php184 public static function create($mapping): Mapping function in Elastica\\Mapping
H A DPipeline.php55 public function create(): Response
159 * Converts the params to an array. A default implementation exist to create
52 public function create(): Response global() function in Elastica\\Pipeline
H A DSearch.php174 $this->_query = Query::create($query);
305 public static function create(SearchableInterface $searchObject): Search
303 public static function create(SearchableInterface $searchObject): Search global() function in Elastica\\Search
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DHasChild.php39 return $this->setParam('query', BaseQuery::create($query));
H A DHasParent.php37 return $this->setParam('query', BaseQuery::create($query));
H A DScript.php38 return $this->setParam('script', BaseScript::create($script));
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DIndicesNamespace.php175 * @see https://www.elastic.co/guide/en/elasticsearch/reference/master/indices-create-index.html
177 public function create(array $params = []) function in Elasticsearch\\Namespaces\\IndicesNamespace
976 * $params['create'] = (boolean) Whether the index template should only be added if new or can also replace an existing one (Default = false)
1067 * $params['create'] = (boolean) Whether the index template should only be added if new or can also replace an existing one (Default = false)
1293 * $params['create'] = (boolean) Whether the index template we optionally defined in the body should only be dry-run added if new or can also replace an existing one (Default = false)
1319 * $params['create'] = (boolean) Whether the index template we optionally defined in the body should only be dry-run added if new or can also replace an existing one (Default = false)
H A DSnapshotNamespace.php57 * $params['target_snapshot'] = (string) The name of the cloned snapshot to create
95 public function create(array $params = []) function in Elasticsearch\\Namespaces\\SnapshotNamespace
236 * $params['blob_count'] = (number) Number of blobs to create during the test. Defaults to 100.
240 * $params['seed'] = (number) Seed for the random number generator used to create the test workload. Defaults to a random value.
242 * $params['max_blob_size'] = (string) Maximum size of a blob to create during the test, e.g '1gb' or '100mb'. Defaults to '10mb'.
243 * $params['max_total_data_size'] = (string) Maximum total size of all blobs to create during the test, e.g '1tb' or '100gb'. Defaults to '1gb'.
/plugin/elasticsearch/vendor/ruflin/elastica/src/Rescore/
H A DQuery.php61 $rescoreQuery = BaseQuery::create($rescoreQuery);
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DCHANGELOG.rst25 that any decorators you create properly return ``true`` in response to the
29 ``GuzzleHttp\Stream\Utils::create`` no longer accept a size in the second
53 instead of ``GuzzleHttp\Stream\create()`` to create new streams.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
H A DConnectionFactoryInterface.php23 public function create(array $hostDetails): ConnectionInterface; function
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DUtils.php185 * @param mixed $resource Resource to create
194 public static function create($resource, array $options = []) function in GuzzleHttp\\Stream\\Utils
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DUtilsTest.php159 $this->assertEquals('foo', (string) Utils::create('foo'));
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhost-config.asciidoc33 $client = ClientBuilder::create() // Instantiate a new ClientBuilder
51 $clientBuilder = ClientBuilder::create(); // Instantiate a new ClientBuilder
96 $client = ClientBuilder::create() // Instantiate a new ClientBuilder

12345678910>>...77