Home
last modified time | relevance | path

Searched refs:Elasticsearch (Results 551 – 574 of 574) sorted by relevance

1...<<212223

/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DSnapshot.php9 use Elasticsearch\Endpoints\Snapshot\Restore;
H A DReindex.php78 $reindexEndpoint = new \Elasticsearch\Endpoints\Reindex();
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DSnapshotNamespace.asciidoc4 === Elasticsearch\Namespaces\SnapshotNamespace
14 and Elasticsearch 7.12.1 (3186837139b9c6b6d23c3200870651f10d3343b7)
H A DDataFrameTransformDeprecatedNamespace.asciidoc4 === Elasticsearch\Namespaces\DataFrameTransformDeprecatedNamespace
14 and Elasticsearch 7.12.1 (3186837139b9c6b6d23c3200870651f10d3343b7)
H A DAsyncSearchNamespace.asciidoc4 === Elasticsearch\Namespaces\AsyncSearchNamespace
14 and Elasticsearch 7.12.1 (3186837139b9c6b6d23c3200870651f10d3343b7)
H A DClusterNamespace.asciidoc4 === Elasticsearch\Namespaces\ClusterNamespace
14 and Elasticsearch 7.12.1 (3186837139b9c6b6d23c3200870651f10d3343b7)
H A DSecurityNamespace.asciidoc4 === Elasticsearch\Namespaces\SecurityNamespace
14 and Elasticsearch 7.12.1 (3186837139b9c6b6d23c3200870651f10d3343b7)
H A DCatNamespace.asciidoc4 === Elasticsearch\Namespaces\CatNamespace
14 and Elasticsearch 7.12.1 (3186837139b9c6b6d23c3200870651f10d3343b7)
H A DMlNamespace.asciidoc4 === Elasticsearch\Namespaces\MlNamespace
14 and Elasticsearch 7.12.1 (3186837139b9c6b6d23c3200870651f10d3343b7)
H A DIndicesNamespace.asciidoc4 === Elasticsearch\Namespaces\IndicesNamespace
14 and Elasticsearch 7.12.1 (3186837139b9c6b6d23c3200870651f10d3343b7)
/plugin/elasticsearch/
H A Dcomposer.lock48 "Elasticsearch\\": "src/Elasticsearch/"
63 "description": "PHP Client for Elasticsearch",
474 "description": "Elasticsearch Client",
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhttp-handler.asciidoc4 Elasticsearch-PHP uses an interchangeable HTTP transport layer called
H A Dconnecting.asciidoc208 The Elasticsearch server version 8.0 is introducing a new compatibility mode that
210 the latest 7.x Elasticsearch client with an 8.x Elasticsearch server, giving more
H A Dper-request-configuration.asciidoc101 in Elasticsearch-php, which is to protect you from specifying a parameter which
114 'parent' => 'abc', // allowlisted Elasticsearch parameter
H A Dindex-operations.asciidoc264 `\Elasticsearch\Namespaces\Indices.php` file shows you the full list of
H A Dcrud.asciidoc10 Elasticsearch-PHP you create and pass associative arrays to the client for
H A Dfutures.asciidoc20 simultaneously, which means the Elasticsearch-PHP client can more effectively
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DUPGRADE.md71 - As support for the official Elasticsearch library was added, the former ElasticSearchHandler has …
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DSecurityNamespace.php3 * Elasticsearch PHP client
6 * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co)
10 * Licensed to Elasticsearch B.V under one or more agreements.
11 * Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
17 namespace Elasticsearch\Namespaces;
19 use Elasticsearch\Namespaces\AbstractNamespace;
25 * and Elasticsearch 7.16.0-SNAPSHOT (dfc9a8e7563ed5f24b5210ed21ed92ae182cd0ee)
414 * Retrieves the list of cluster privileges and index privileges that are available in this version of Elasticsearch.
800 * Exchanges a SAML Response message for an Elasticsearch access token and refresh token pair
H A DIndicesNamespace.php3 * Elasticsearch PHP client
6 * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co)
10 * Licensed to Elasticsearch B.V under one or more agreements.
11 * Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
17 namespace Elasticsearch\Namespaces;
19 use Elasticsearch\Namespaces\AbstractNamespace;
25 * and Elasticsearch 7.16.0-SNAPSHOT (dfc9a8e7563ed5f24b5210ed21ed92ae182cd0ee)
H A DMlNamespace.php3 * Elasticsearch PHP client
6 * @copyright Copyright (c) Elasticsearch B.V (https://www.elastic.co)
10 * Licensed to Elasticsearch B.V under one or more agreements.
11 * Elasticsearch B.V licenses this file to you under the Apache 2.0 License or
17 namespace Elasticsearch\Namespaces;
19 use Elasticsearch\Namespaces\AbstractNamespace;
25 * and Elasticsearch 7.16.0-SNAPSHOT (dfc9a8e7563ed5f24b5210ed21ed92ae182cd0ee)
388 * Finds the structure of a text file. The text file must contain data that is suitable to be ingested into Elasticsearch.
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md133 * Removed Elasticsearch old version checks in tests by @deguif [#2041](https://github.com/ruflin/Elastica/pull/2041)
156 * Using default Elasticsearch images for testing instead of OSS https://github.com/ruflin/Elastica/pull/1954
400 * Elasticsearch test version changed from 6.5.2 to 6.6.1 [#1620](https://github.com/ruflin/Elastica/pull/1620)
443 * `Aggregation\Percentiles` have been updated since [Elasticsearch 2.3](https://www.elastic.co/guide/en/elasticsearch/reference/2.3/search-aggregations-metrics-percentile-aggregation.html). In this version `compression, HDR histogram` changed their implementations. The `missing` field has never been implemented. [#1532](https://github.com/ruflin/Elastica/pull/1532)
470 * Added basic support for the Elasticsearch Task Api
476 * Updated Elasticsearch testing version to 6.2.4. [#1501](https://github.com/ruflin/Elastica/pull/1501)
522 - In QueryString is not allowed to use fields parameters in conjunction with default_field parameter. This is not well documented, it's possibile to understand from [Elasticsearch tests : QueryStringQueryBuilderTests.java](https://github.com/elastic/elasticsearch/blob/6.0/core/src/test/java/org/elasticsearch/index/query/QueryStringQueryBuilderTests.java#L917) [#1352](https://github.com/ruflin/Elastica/pull/1352)
523 - Index mapping field of type [*'string'*](https://www.elastic.co/guide/en/elasticsearch/reference/5.5/string.html) has been removed from Elasticsearch 6.0 codebase [#1353](https://github.com/ruflin/Elastica/pull/1353)
539 - [Indices](https://github.com/elastic/elasticsearch/pull/21837) Query has been removed in Elasticsearch 6.0 [#1376](https://github.com/ruflin/Elastica/pull/1376)
602 - Fix reading bool index settings like `\Elastica\Index\Settings::getBlocksWrite`. Elasticsearch return
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc4 === Elasticsearch\Client
14 and Elasticsearch 7.12.1 (3186837139b9c6b6d23c3200870651f10d3343b7)
/plugin/authgooglesheets/
H A Dcomposer.lock544 …"elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official…

1...<<212223