Home
last modified time | relevance | path

Searched refs:new (Results 201 – 225 of 1508) sorted by last modified time

12345678910>>...61

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhttp-handler.asciidoc25 $customHandler = new MyCustomHandler();
H A Dinstallation.asciidoc51 new project, paste the following JSON snippet into a new file called
80 and you don't need to add it again. Finally, instantiate a new client:
H A Dphp_json_objects.asciidoc51 'content' => new \stdClass() <1>
163 'random_score' => new \stdClass() <3>
H A Dcrud.asciidoc51 routing and timestamp of this new document:
164 changing an existing field or adding new fields).
170 field or add a new one) you can do so by specifying the `doc` in the `body`
195 or appending a new value to an array. To perform a scripted update, you need to
H A Dlogger.asciidoc39 $logger = new Logger('name');
40 $logger->pushHandler(new StreamHandler('path/to/your.log', Logger::WARNING));
42 $client = ClientBuilder::create() // Instantiate a new ClientBuilder
H A Dserializers.asciidoc6 implementing a new protocol.
203 $mySerializer = new MyCustomSerializer($a, $b, $c);
H A Dbreaking-changes.asciidoc10 notice to facilitate the code refactoring with the new API specification of {es}
30 {es} 7.0 deprecated APIs that accept types, introduced new typeless APIs, and
H A Dindex-operations.asciidoc13 create a new index:
27 You can specify any parameters that would normally be included in a new index
H A Drelease-notes.asciidoc189 * Generated the new endpoints for {es} 7.6.0
H A Dsearch-operations.asciidoc264 'match_all' => new \stdClass()
281 // When done, get the new scroll_id
H A Dselectors.asciidoc44 shared-nothing and tend to exit quickly, creating new connections for each
125 $mySelector = new MyCustomSelector();
/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/
H A DDsn.php42 $new = clone $this;
43 $new->scheme = $scheme;
45 return $new;
70 $new = clone $this;
71 $new->parameters[$key] = $value;
73 return $new;
81 $new = clone $this;
82 unset($new->parameters[$key]);
84 return $new;
H A DPath.php47 throw new InvalidArgumentException('A Path must have a schema');
63 $new = clone $this;
64 $new->path = $path;
66 return $new;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DBREAKING_CHANGES.md15 - Elasticsearch 7.0 deprecated APIs that accept types, introduced new typeless
24 - `{type}` part in `indices.put_mapping` API is not required anymore, see new specification [here](https://github.com/elastic/elasticsearch/blob/v6.7.0/rest-api-spec/src/main/resources/rest-api-spec/api/indices.put_mapping.json)
H A DCHANGELOG.md102 - Generated the new endpoints for Elasticsearch 7.6.0
270 - Removed requirement of `{type}` part in `indices.put_mapping`, see new API specification [here](https://github.com/elastic/elasticsearch/blob/v6.7.0/rest-api-spec/src/main/resources/rest-api-spec/api/indices.put_mapping.json)
406 - [TEST] skip new percentile tests for now [[b5d9613]](http://github.com/elasticsearch/elasticsearch-php/commit/b5d9613)
H A DLICENSE-LGPL33 it in new free programs; and that you are informed that you can do
421 13. The Free Software Foundation may publish revised and/or new
423 Such new versions will be similar in spirit to the present version,
424 but may differ in detail to address new problems or concerns.
H A Dphpstan.neon5 - '#Unsafe usage of new static\(\)#'
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A Dad6ea0c1e46712aa1fd6d3bfa0ec979e.asciidoc9 'query' => '(new york city) OR (big apple)',
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DREADME.md23 $handler = new CurlHandler();
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DCcrNamespace.asciidoc124 $params['name'] = (string) The name of the auto follow pattern that should pause discovering new indices to follow.
163 $params['name'] = (string) The name of the auto follow pattern to resume discovering new indices to follow.
H A DIlmNamespace.asciidoc94 $params['body'] = (array) The new lifecycle step to move to
H A DSecurityNamespace.asciidoc73 $params['body'] = (array) the new password for the user (Required)
H A DTransformNamespace.asciidoc97 $params['transform_id'] = (string) The id of the new transform.
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md145 * Added new optional 'case_insensitive' option to `Elastica\Query\Wildcard` [#1894](https://github.com/ruflin/Elastica/pull/1894)
226 * Used new alias endpoints classes [#1839](https://github.com/ruflin/Elastica/pull/1839)
227 * Used new cache endpoints classes [#1840](https://github.com/ruflin/Elastica/pull/1840)
228 * Used new ingest pipeline endpoints classes [#1834](https://github.com/ruflin/Elastica/pull/1834)
229 * Used new mapping endpoints classes [#1845](https://github.com/ruflin/Elastica/pull/1845)
230 * Used new nodes endpoints classes [#1863](https://github.com/ruflin/Elastica/pull/1863)
231 * Used new settings endpoints classes [#1852](https://github.com/ruflin/Elastica/pull/1852)
367 * Elastica\Reindex->run() does not refresh the new Index after completion anymore. Use `$reindex->setParam(Reindex::REFRESH, 'wait_for')` instead.
412 * Introduced new version of PHP-CS-Fixer and new Lin
[all...]
/plugin/elasticsearch/vendor/nyholm/dsn/
H A DCHANGELOG.md24 Version 2 comes with a new definition was a DSN really is. It supports functions
35 $dsn = new \Nyholm\DSN('mysql://localhost');
38 $dsn = new \Nyholm\Dsn\DsnParser::parse('mysql://localhost');

12345678910>>...61