Home
last modified time | relevance | path

Searched refs:with (Results 326 – 350 of 2327) sorted by last modified time

1...<<11121314151617181920>>...94

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dbreaking-changes.asciidoc10 notice to facilitate the code refactoring with the new API specification of {es}
H A Dhttp-meta-data.asciidoc32 Host header. This setting has been introduced to prevent issues with
53 Content-Type: application/vnd.elasticsearch+json; compatible-with=7
54 Accept: application/vnd.elasticsearch+json; compatible-with=7
H A Dindex-operations.asciidoc58 // Create the index with mappings and settings now
255 If you use an IDE with autocompletion, you should be able to easily explore the
H A Doverview.asciidoc9 consistency makes it easy to get started with a client and to seamlessly switch
10 from one language to the next with minimal effort.
H A Drelease-notes.asciidoc86 * Refactored TEST_SUITE with free, platinum + removed old YamlRunnerTest
95 can be disabled with `ClientBuilder::setElasticMetaHeader(false)`
97 * Replaced `array_walk` with `array_map` in `Connection::getURI` for PHP 8
165 * Fixes JsonErrorException with code instead of message
180 * Fixed issue with `guzzlehttp/ringphp` and `guzzle/streams` using forks
229 that convert PHP errors in Exception (for example, using Laravel with issue
236 * Fix pre 7.2 endpoint class name with aliases + reapply fix #947. This PR
237 solved the unexpected BC break introduce in 7.4.0 with the code
254 * All the `experimental` and `beta` APIs are now signed with a `@note` tag in
262 from {es} with http
[all...]
H A Dsearch-operations.asciidoc9 examples so you can become familiar with the syntax.
104 with the search results is as simple as iterating over the array values:
181 see <<php_json_objects, Dealing with JSON Arrays and Objects in PHP>>.
246 background indexing/updating/deleting. First, you execute a search request with
H A Dselectors.asciidoc58 If you wish to use this selector, you may do so with:
76 If you wish to use this selector, you may do so with:
H A Dcommunity.asciidoc36 for PHP. Deliberately built to be as simple as possible, easily usable and with
55 integration with enterprise level Symfony 2 systems. This bundle is:
59 - Ensures full integration with Symfony 2 framework.
80 This bundle provides integration with
152 It will help you to manage your ES Indices with no downtime. This helper
H A Dconnecting.asciidoc4 This page contains the information you need to connect and use the Client with
85 connect the client with your cluster, as illustrated in the following code
185 ==== Using authentication with SSL
187 It is possible to use HTTP authentication with SSL. Simply specify `https` in
210 the latest 7.x Elasticsearch client with an 8.x Elasticsearch server, giving more
224 are familiar with {es}, you'll notice that the methods are named just like REST
243 key:value pairs. The request body is itself an associative array with key:value
416 built an index with some default settings. Delete that index and specify your
443 Now that you are starting fresh (no data or index), add a new index with custom
462 {es} now creates that index with you
[all...]
H A Dconnection-pool.asciidoc42 you may do so with the `setConnectionPool()` method of the ClientBuilder object:
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc107 $params['wait_for_active_shards'] = (string) Sets the number of shard copies that must be active before proceeding with the bulk operation. Defaults to 1, meaning the primary shard only. Set to `all` for all shard copies, otherwise set to any non-negative value less than or equal to the total number of copies for the shard (number of replicas + 1)
108 $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)
114 $params['pipeline'] = (string) The pipeline id to preprocess incoming documents with
162 $params['min_score'] = (number) Include only documents with a specific `_score` value in the result
172 $params['body'] = (array) A query to restrict the results specified with the Query DSL (optional)
188 $params['wait_for_active_shards'] = (string) Sets the number of shard copies that must be active before proceeding with the index operation. Defaults to 1, meaning the primary shard only. Set to `all` for all shard copies, otherwise set to any non-negative value less than or equal to the total number of copies for the shard (number of replicas + 1)
189 $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)
194 $params['pipeline'] = (string) The pipeline id to preprocess incoming documents with
211 $params['wait_for_active_shards'] = (string) Sets the number of shard copies that must be active before proceeding with the delete operation. Defaults to 1, meaning the primary shard only. Set to `all` for all shard copies, otherwise set to any non-negative value less than or equal to the total number of copies for the shard (number of replicas + 1)
212 $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 refreshe
[all...]
H A DClientBuilder.asciidoc67 Can supply first parm to Client::__construct() when invoking manually or with dependency injection
80 Can supply second parm to Client::__construct() when invoking manually or with dependency injection
93 Can supply third parm to Client::__construct() when invoking manually or with dependency injection
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DSecurityNamespace.asciidoc72 $params['refresh'] = (enum) If `true` (the default) 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` then do nothing with refreshes. (Options = true,false,wait_for)
139 $params['refresh'] = (enum) If `true` (the default) 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` then do nothing with refreshes. (Options = true,false,wait_for)
155 $params['refresh'] = (enum) If `true` (the default) 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` then do nothing with refreshes. (Options = true,false,wait_for)
169 $params['refresh'] = (enum) If `true` (the default) 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` then do nothing with refreshes. (Options = true,false,wait_for)
183 $params['refresh'] = (enum) If `true` (the default) 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` then do nothing with refreshes. (Options = true,false,wait_for)
197 $params['refresh'] = (enum) If `true` (the default) 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` then do nothing with refreshes. (Options = true,false,wait_for)
211 $params['refresh'] = (enum) If `true` (the default) 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` then do nothing with refreshes. (Options = true,false,wait_for)
225 $params['refresh'] = (enum) If `true` (the default) 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` then do nothing with refreshes. (Options = true,false,wait_for)
345 $params['refresh'] = (enum) If `true` (the default) 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` then do nothing with refreshes. (Options = true,false,wait_for)
398 $params['refresh'] = (enum) If `true` (the default) 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` then do nothing with refreshe
[all...]
H A DTasksNamespace.asciidoc35 $params['task_id'] = (string) Cancel the task with specified task id (node_id:task_number)
51 $params['task_id'] = (string) Return the task with specified id (node_id:task_number)
H A DClusterNamespace.asciidoc142 $params['wait_for_events'] = (enum) Wait until all currently queued events with the given priority are processed (Options = immediate,urgent,high,normal,low,languid)
H A DMlNamespace.asciidoc336 $params['start'] = (string) When used in conjunction with calc_interim, specifies the range of buckets on which to calculate interim results
337 $params['end'] = (string) When used in conjunction with calc_interim, specifies the range of buckets on which to calculate interim results
597 $params['overall_score'] = (double) Returns overall buckets with overall scores higher than this value
599 $params['start'] = (string) Returns overall buckets with timestamps after this time
600 $params['end'] = (string) Returns overall buckets with timestamps earlier than this time
622 $params['record_score'] = (double) Returns records with anomaly scores greater or equal than this value
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/en/
H A Den.txt15 Whereas Member States have pledged themselves to achieve, in co‐operation with the United Nations, the promotion of universal respect for and observance of human rights and fundamental freedoms,
26 All human beings are born free and equal in dignity and rights. They are endowed with reason and conscience and should act towards one another in a spirit of brotherhood.
58 1. Everyone charged with a penal offence has the right to be presumed innocent until proved guilty according to law in a public trial at which he has had all the guarantees necessary for his defence.
63 No one shall be subjected to arbitrary interference with his privacy, family, home or correspondence, nor to attacks upon his honour and reputation. Everyone has the right to the protection of the law against such interference or attacks.
83 2. Marriage shall be entered into only with the free and full consent of the intending spouses.
88 1. Everyone has the right to own property alone as well as in association with others.
93 Everyone has the right to freedom of thought, conscience and religion; this right includes freedom to change his religion or belief, and freedom, either alone or in community with others and in public or private, to manifest his religion or belief in teaching, practice, worship and observance.
111 Everyone, as a member of society, has the right to social security and is entitled to realization, through national effort and international co‐operation and in accordance with the organization and resources of each State, of the economic, social and cultural rights indispensable for his dignity and the free development of his personality.
123 Everyone has the right to rest and leisure, including reasonable limitation of working hours and periodic holidays with pay.
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md27 * Fix types order in `Elastica\Query` to work with psalm & expand the `aggs` type to include raw arrays
31 * Use `ramsey/composer-install` to simplify CI jobs and test with the lowest set of dependencies [#2113](https://github.com/ruflin/Elastica/pull/2113)
111 * Allowed to configure a sub key when adding a param with `Elastica\Param::addParam()` by @deguif [#2030](https://github.com/ruflin/Elastica/pull/2030)
117 * Extracted setting gap policy to `\Elastica\Aggregation\Traits\GapPolicyTrait` and introduced `\Elastica\Aggregation\GapPolicyInterface` with constants for options by @stchr [#2023](https://github.com/ruflin/Elastica/pull/2023)
124 * Deprecated passing an `int` as 1st argument to `Elastica\Search::setOptionsAndQuery()`, pass an array with the key `size` instead by @deguif [#2010](https://github.com/ruflin/Elastica/pull/2010)
143 * Added `Elastica\Suggest\Phrase::addDirectGenerator` to align with ES specification [#1964](https://github.com/ruflin/Elastica/pull/1964)
158 * Fixed compatibility with `guzzlehttp/psr7` version `2.x` [#2002](https://github.com/ruflin/Elastica/pull/2002)
195 * Added support for defining a connection pool with DSN. Example: `pool(http://127.0.0.1 http://127.0.0.2/bar?timeout=4)` [#1808](https://github.com/ruflin/Elastica/pull/1808)
245 * Fixed type-hint for `Elastica\QueryBuilder\DSL\Aggregation::sampler()` not consistent with the underlying constructor call [#1815](https://github.com/ruflin/Elastica/pull/1815)
246 * Fixed `Elastica\Util::toSnakeCase()` with firs
[all...]
H A DREADME.md20 This release is compatible with all Elasticsearch 7.0 releases and onwards.
/plugin/elasticsearch/vendor/nyholm/dsn/
H A DCHANGELOG.md24 Version 2 comes with a new definition was a DSN really is. It supports functions
29 The `Nyholm\Dsn` class has been replaced with `Nyholm\Dsn\DsnParser`. To get a `Dsn`
H A DREADME.md47 but not functionality itself. The function arguments must be separated with space
153 You may also replace parts of the DSN with the `with*` methods. A DSN is immutable
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
H A DDockerfile32 # Install dependencies with composer
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DREADME.md58 - One-to-one mapping with REST API and other language clients
61 - Load balancing (with pluggable selection strategy) across all available nodes. Defaults to round-robin
63 - Generalized, pluggable architecture - most components can be replaced with your own custom class if specialized behavior is required
95 with greater minor versions of Elasticsearch. Elastic language clients are also backwards
96 compatible with lesser supported minor Elasticsearch versions.
170 constructing an associative array of key:value pairs. The request body is itself an associative array with key:value pairs
371 Due to the dynamic nature of Elasticsearch, the first document we added automatically built an index with some default settings. Let's delete that index because we want to specify our own settings later:
393 Now that we are starting fresh (no data or index), let's add a new index with some custom settings:
410 Elasticsearch will now create that index with your chosen settings, and return an acknowledgement:
450 Each PR should include a **unit test** using [PHPUnit](https://phpunit.de/). If you are not familiar with PHPUni
[all...]
/plugin/elasticsearch/vendor/react/promise/
H A DCHANGELOG.md80 * Fix: file_exists warning when resolving with long strings.
82 * Improve performance by prefixing all global functions calls with \ to skip the look up and resolve process and go straight to the global function.
98 These changes combined mean that rejecting promises with an `Exception` should
119 * Fix circular references when resolving with a promise which follows
145 * Fix circular references when resolving a promise with itself (#71).
182 * Rename `Deferred::progress` to `Deferred::notify` to avoid confusion with
195 compliant with other promise libraries and especially with the new upcoming
207 when initialized with a promise instead of a value/reason.
H A DREADME.md128 having `$onFulfilled` (which they registered via `$promise->then()`) called with
143 `$promise->then()`) called with `$reason`.
145 If `$reason` itself is a promise, the promise will be rejected with the outcome
160 `$promise->then()`) called with `$update`.
190 with a promise (all parameters are optional):
200 It returns a new promise that will fulfill with the return value of either
201 `$onFulfilled` or `$onRejected`, whichever is called, or will reject with
222 The ExtendedPromiseInterface extends the PromiseInterface with useful shortcut
286 It arranges for `$onFulfilledOrRejected` to be called, with no arguments,
290 `$newPromise` will fulfill with th
[all...]

1...<<11121314151617181920>>...94