Home
last modified time | relevance | path

Searched refs:using (Results 226 – 250 of 1302) sorted by last modified time

12345678910>>...53

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DRollupNamespace.asciidoc13 NOTE: this file is autogenerated using util/GenerateEndpoints.php
H A DSearchableSnapshotsNamespace.asciidoc13 NOTE: this file is autogenerated using util/GenerateEndpoints.php
H A DSecurityNamespace.asciidoc13 NOTE: this file is autogenerated using util/GenerateEndpoints.php
H A DTasksNamespace.asciidoc13 NOTE: this file is autogenerated using util/GenerateEndpoints.php
H A DTransformNamespace.asciidoc13 NOTE: this file is autogenerated using util/GenerateEndpoints.php
H A DAsyncSearchNamespace.asciidoc13 NOTE: this file is autogenerated using util/GenerateEndpoints.php
H A DClusterNamespace.asciidoc13 NOTE: this file is autogenerated using util/GenerateEndpoints.php
H A DDanglingIndicesNamespace.asciidoc13 NOTE: this file is autogenerated using util/GenerateEndpoints.php
H A DMigrationNamespace.asciidoc13 NOTE: this file is autogenerated using util/GenerateEndpoints.php
H A DMlNamespace.asciidoc13 NOTE: this file is autogenerated using util/GenerateEndpoints.php
H A DMonitoringNamespace.asciidoc13 NOTE: this file is autogenerated using util/GenerateEndpoints.php
H A DNodesNamespace.asciidoc13 NOTE: this file is autogenerated using util/GenerateEndpoints.php
H A DSnapshotNamespace.asciidoc13 NOTE: this file is autogenerated using util/GenerateEndpoints.php
H A DXpackNamespace.asciidoc13 NOTE: this file is autogenerated using util/GenerateEndpoints.php
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md72 * Removed `0` as valid request data using Analyze API by @franmomu [#2068](https://github.com/ruflin/Elastica/pull/2068)
183 * Fixed using raw array in `post_filter` [#1950](https://github.com/ruflin/Elastica/pull/1950)
262 * If you're **NOT** using composer to manage your libraries: the root directory of the library's source code moved from `lib/Elastica/` to `src/`.
371 * Changed all factory methods to make use of [late static bindings](http://docs.php.net/manual/en/language.oop5.late-static-bindings.php) by using `static` instead of `self` keyword. This is to increase extendability for classes with factory methods.
426 * Made result sets adhere to `\Iterator` interface definition that they implement. Specifically, you need to call `valid()` on the result set before calling `current()`. When using `foreach` this is done by PHP automatically. When `valid` returns false, the return value of `current` is undefined instead of false. [#1506](https://github.com/ruflin/Elastica/pull/1506)
520 - in order to delete an index you should not delete by its alias now you should delete using the [concrete index name](https://github.com/elastic/elasticsearch/blob/6.0/core/src/test/java/org/elasticsearch/aliases/IndexAliasesIT.java#L445) [#1348](https://github.com/ruflin/Elastica/pull/1348)
626 - Deprecated both `prefix_len` & `min_word_len` fields in `Elastica\Suggest\CandidateGenerator\DirectGenerator` as these now return errors when using the phrase suggester to querying terms.
677 - Query options such as "timeout" or "terminate_after" should not be ignored when using Multi\Search
830 - `Elastica\Client->connect()` allows to establish a connection to ES server when the config was set using method `Elastica\Client->setConfigValue()` https://github.com/ruflin/Elastica/issues/1076 [#1077](https://github.com/ruflin/Elastica/pull/1077)
842 - Add an "AwsAuthV4" transport that automatically signs requests using credential
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhttp-meta-data.asciidoc4 By default, the client sends some meta data about the HTTP connection using
7 You can disable or enable it using the following methods:
36 If you want you can enable it using the `includePortInHostHeader()` function,
H A Drelease-notes.asciidoc117 * Refactored the YAML tests using generated PHPUnit code
125 * Fixed using object instead of array in onFailure transport event
143 * Improved message of JSON errors using `json_last_error_msg()`
180 * Fixed issue with `guzzlehttp/ringphp` and `guzzle/streams` using forks
229 that convert PHP errors in Exception (for example, using Laravel with issue
232 using a custom error handler.
252 based on the code generation using https://github.com/FriendsOfPHP/Sami[Sami]
318 * Improved the Travis CI speed using cache feature with composer
371 * Fixed incorrect return type hint when using async requests/futures
389 * Code refactoring using typ
[all...]
H A Dsearch-operations.asciidoc132 Bool queries can be easily constructed using the client. For example, this
288 'scroll_id' => $scroll_id, //...using our previously obtained _scroll_id
H A Dselectors.asciidoc53 If you are using <<future_mode>>, the "sticky" behavior of this selector is
55 nodes in your cluster. When using future mode, the default `RoundRobinSelector`
H A Dcommunity.asciidoc65 - Uses Doctrine-like document / entities document-object mapping using
85 - Automatically generate mappings using a serializer.
137 experience more enjoyable while using {es} by providing a fluent syntax for
H A Dconfig-hash.asciidoc28 If this behavior is not desired (for example, you are using the hash for other
/plugin/elasticsearch/vendor/nyholm/dsn/
H A DREADME.md41 Both types can have parameters, user, password. The exact definition we are using
99 When using `DsnParser::parseFunc()` on a string that does not contain any DSN functions,
104 when using `DsnParser::parseFunc()`.
207 using the following definition. The "URL looking" parts of a DSN is based from
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DREADME.md12 Starting from version `7.4.0`, all the endpoints (and namespaces) are autogenerated using the [util/GenerateEndpoints.php](https://github.com/elastic/elasticsearch-php/blob/master/util/GenerateEndpoints.php) script. This script reads the [Elasticsearch API specs](https://github.com/elastic/elasticsearch/tree/master/rest-api-spec/src/main/resources/rest-api-spec/api) and generated the PHP classes for all the endpoints.
49 - [Unit Testing using Mock a Elastic Client](#unit-testing-using-mock-a-elastic-client)
84 - If you are using Elasticsearch 7.x, you can use Elasticsearch-PHP 7.x branch.
85 - If you are using Elasticsearch 6.x, you can use Elasticsearch-PHP 6.x branch.
86 - If you are using Elasticsearch 5.x, you can use Elasticsearch-PHP 6.x branch.
87 - If you are using Elasticsearch 1.x or 2.x, prefer using the Elasticsearch-PHP 2.0 branch. The 1.0 branch is compatible however.
88 - If you are using a version older than 1.0, you must install the `0.4` Elasticsearch-PHP branch. Since ES 0.90.x and below is now EOL, the corresponding `0.4` branch will not receive any more development or bugfixes. Please upgrade.
102 We also provide a code examples generator for PHP using th
[all...]
/plugin/elasticsearch/vendor/react/promise/
H A DCHANGELOG.md87 * Feature: Improve memory consumption for pending promises by using static internal callbacks without binding to self.
H A DREADME.md401 just throw an exception instead of using `$reject()`.
602 // Execute a Node.js-style function using the callback pattern

12345678910>>...53