Home
last modified time | relevance | path

Searched refs:requests (Results 26 – 50 of 166) sorted by last modified time

1234567

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dfutures.asciidoc5 processing of requests (sent in parallel to the cluster), which can have a
10 gain concurrency by providing a batch of requests to process. The batch is
14 In a single-threaded environment, the time to execute `n` requests is the sum of
16 requests is the latency of the slowest request (assuming enough handles are
17 available to execute all requests in parallel).
19 Furthermore, the multi-interface allows requests to different hosts
54 In practice, this means you can queue up a batch of requests by using
56 requests will be sent in parallel to the cluster and return asynchronously to
82 resolves all pending requests and values). This allows patterns such as:
108 The queued requests wil
[all...]
H A Dnamespaces.asciidoc46 For example, we can requests index stats about a specific index, or multiple
H A Doverview.asciidoc13 added to the client (cluster state sniffing, round-robin requests, and so on)
H A Drelease-notes.asciidoc371 * Fixed incorrect return type hint when using async requests/futures
H A Dsearch-operations.asciidoc259 'scroll' => '30s', // how long between scroll requests. should be small!
H A Dselectors.asciidoc19 per-request basis (for example sequential requests go to different nodes).
54 non-ideal, since all parallel requests go to the same node instead of multiple
H A Dconnecting.asciidoc58 credentials to ES-PHP so that requests can be authenticated server-side.
75 of credentials. All requests sent to the cluster use the appropriate credentials
H A Dendpoint-closure.asciidoc4 The client uses an Endpoint closure to dispatch API requests to the correct
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/jobs/
H A Delastic+elasticsearch-php+pull-request.yml5 description: Testing of elasticsearch-php pull requests.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md240 - Fixed incorrect return type hint when using async requests/futures
H A DREADME.md64 - Option to use asynchronous future, which enables parallel execution of curl requests to multiple nodes
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc262 $params['requests_per_second'] = (number) The throttle to set on this request in floating sub-requests per second. -1 means set no throttle. (Required)
479 $params['op_type'] = (enum) Explicit operation type. Defaults to `index` for requests with an explicit document ID, and to `create`for requests without an explicit document ID (Options = index,create)
561 $params['ccs_minimize_roundtrips'] = (boolean) Indicates whether network round-trips should be minimized as part of cross-cluster search requests execution (Default = true)
641 $params['body'] = (array) The ranking evaluation search definition, including search requests, document ratings and ranking metric definition. (Required)
658 $params['requests_per_second'] = (number) The throttle to set on this request in sub-requests per second. -1 means no throttle. (Default = 0)
676 $params['requests_per_second'] = (number) The throttle to set on this request in floating sub-requests per second. -1 means set no throttle. (Required)
737 $params['ccs_minimize_roundtrips'] = (boolean) Indicates whether network round-trips should be minimized as part of cross-cluster search requests execution (Default = true)
805 $params['ccs_minimize_roundtrips'] = (boolean) Indicates whether network round-trips should be minimized as part of cross-cluster search requests execution (Default = true)
873 $params['pipeline'] = (string) Ingest pipeline to set on index requests mad
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md35 * Update `AWSAuthV4 transport` to sanitize host name for AWS requests before signing [#2090](https://github.com/ruflin/Elastica/pull/2090)
98 * Added support for scripted upsert on bulk requests by @dsgrillo [#1974](https://github.com/ruflin/Elastica/pull/1974)
609 - Added `\Elastica\Client::requestEndpoint`, `\Elastica\Index::requestEndpoint`, `\Elastica\Type::requestEndpoint` that allow make requests with official client Endpoint usage. [#1275](https://github.com/ruflin/Elastica/pull/1275)
831 - Elastica\Client constructor now accepts a LoggerInterface and will log both successful and failed requests. [#1069](https://github.com/ruflin/Elastica/pull/1069)
842 - Add an "AwsAuthV4" transport that automatically signs requests using credentials from the environment or from the client config. This allows using Elastica with Amazon ElasticSearch Service domains that are restricted to IAM roles or policies. [#1056](https://github.com/ruflin/Elastica/pull/1056)
886 - Use POST instead of PUT to send bulk requests [#1010](https://github.com/ruflin/Elastica/issues/1010)
1450 - Use the HTTP response code of GET requests (getDocument), instead of extists/found json property.
1697 - Added Elastica\Bulk class responsible for performing bulk requests. New bulk requests implemented: Client::deleteDocuments(), Bulk::sendUdp()
1814 - Allow percolate queries in bulk requests
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DMlNamespace.asciidoc181 $params['requests_per_second'] = (number) The desired requests per second for the deletion processes.
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DCHANGELOG.md121 that caused cURL requests with multiple responses to merge repsonses together
122 (e.g., requests with digest authentication).
/plugin/ckgedit/ckeditor/
H A DCHANGES.md247 …ditor.com/cke4/addon/filebrowser) plugin can now upload files using XHR requests. This allows for …
248 …he [File Browser](https://ckeditor.com/cke4/addon/filebrowser) plugin uses XHR requests by default.
/plugin/ckgedit/ckeditor/plugins/scayt/
H A DREADME.md72 …ebSpellChecker/ckeditor-plugin-scayt/issues) to report bugs and feature requests. We will do our b…
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md7 * The async client wouldn't `wait()` for new http requests being started
176 * Added: Ability to catch and retry http requests in the client when a curl
H A DREADME.md243 ### Asynchronous requests
245 The `Client` also supports doing asynchronous requests. This is especially handy
246 if you need to perform a number of requests, that are allowed to be executed
261 // Executing 1000 requests
274 // Wait for all requests to get a result.
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md15 requests when not using UTC in the time range. (@armin-hackmann)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/
H A DBuildBazelRemoteExecutionV2BatchUpdateBlobsRequest.php29 public function setRequests($requests) argument
31 $this->requests = $requests;
38 return $this->requests;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DAsyncBatchAnnotateFilesRequest.php47 public function setRequests($requests) argument
49 $this->requests = $requests;
56 return $this->requests;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GoogleAnalyticsAdmin/
H A DGoogleAnalyticsAdminV1alphaBatchCreateUserLinksRequest.php47 public function setRequests($requests) argument
49 $this->requests = $requests;
56 return $this->requests;
H A DGoogleAnalyticsAdminV1alphaBatchDeleteUserLinksRequest.php29 public function setRequests($requests) argument
31 $this->requests = $requests;
38 return $this->requests;
H A DGoogleAnalyticsAdminV1alphaBatchUpdateUserLinksRequest.php29 public function setRequests($requests) argument
31 $this->requests = $requests;
38 return $this->requests;

1234567