Home
last modified time | relevance | path

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

1...<<212223

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DWatcherNamespace.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 DCcrNamespace.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 DClusterNamespace.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 DSnapshotNamespace.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 DCatNamespace.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)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DTasksNamespace.asciidoc4 === Elasticsearch\Namespaces\TasksNamespace
14 and Elasticsearch 7.12.1 (3186837139b9c6b6d23c3200870651f10d3343b7)
H A DTextStructureNamespace.asciidoc4 === Elasticsearch\Namespaces\TextStructureNamespace
14 and Elasticsearch 7.12.1 (3186837139b9c6b6d23c3200870651f10d3343b7)
H A DWatcherNamespace.asciidoc4 === Elasticsearch\Namespaces\WatcherNamespace
14 and Elasticsearch 7.12.1 (3186837139b9c6b6d23c3200870651f10d3343b7)
H A DSearchableSnapshotsNamespace.asciidoc4 === Elasticsearch\Namespaces\SearchableSnapshotsNamespace
14 and Elasticsearch 7.12.1 (3186837139b9c6b6d23c3200870651f10d3343b7)
H A DCcrNamespace.asciidoc4 === Elasticsearch\Namespaces\CcrNamespace
14 and Elasticsearch 7.12.1 (3186837139b9c6b6d23c3200870651f10d3343b7)
H A DNodesNamespace.asciidoc4 === Elasticsearch\Namespaces\NodesNamespace
14 and Elasticsearch 7.12.1 (3186837139b9c6b6d23c3200870651f10d3343b7)
H A DTransformNamespace.asciidoc4 === Elasticsearch\Namespaces\TransformNamespace
14 and Elasticsearch 7.12.1 (3186837139b9c6b6d23c3200870651f10d3343b7)
H A DRollupNamespace.asciidoc4 === Elasticsearch\Namespaces\RollupNamespace
14 and Elasticsearch 7.12.1 (3186837139b9c6b6d23c3200870651f10d3343b7)
/plugin/elasticsearch/vendor/ruflin/elastica/src/Index/
H A DRecovery.php7 use Elasticsearch\Endpoints\Indices\Recovery as RecoveryEndpoint;
H A DStats.php101 $this->_response = $this->getIndex()->requestEndpoint(new \Elasticsearch\Endpoints\Indices\Stats());
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnection-pool.asciidoc47 ->setConnectionPool('\Elasticsearch\ConnectionPool\StaticNoPingConnectionPool', [])
67 ->setConnectionPool('\Elasticsearch\ConnectionPool\StaticConnectionPool', [])
89 ->setConnectionPool('\Elasticsearch\ConnectionPool\SimpleConnectionPool', [])
109 ->setConnectionPool('\Elasticsearch\ConnectionPool\SniffingConnectionPool', [])
249 $connectionPool = '\Elasticsearch\ConnectionPool\StaticNoPingConnectionPool';
H A Dendpoint-closure.asciidoc22 $fullPath = '\\Elasticsearch\\Endpoints\\' . $class;
H A Drelease-notes.asciidoc35 * Updated endpoints for Elasticsearch 7.15.0
256 https://github.com/elastic/elasticsearch-php/blob/master/src/Elasticsearch/Client.php[$client->rankEval()]).
285 `Elasticsearch\Namespaces\IndicesNamespace::getAliases()`.
294 * Reintroduced `Elasticsearch\Namespaces\IndicesNamespace::getAliases()` as proxy
333 `Elasticsearch\Endpoints\Ingest\Pipeline\Put`
401 `Elasticsearch\Connections\Connection`
H A Dlogger.asciidoc4 Elasticsearch-PHP supports logging, but it is not enabled by default for
/plugin/elasticsearch/lang/en/
H A Dconfmanager_description.txt1 Elasticsearch can index media files by using external tools/parsers to extract the text content of the files.
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DCluster.php10 use Elasticsearch\Endpoints\Cluster\State;
H A DTask.php8 use Elasticsearch\Endpoints\Tasks;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Cluster/
H A DHealth.php188 $endpoint = new \Elasticsearch\Endpoints\Cluster\Health();
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Helper/Iterators/
H A DSearchHitIterator.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
19 namespace Elasticsearch\Helper\Iterators;
/plugin/elasticsearch/
H A DREADME3 Elasticsearch indexing and searching

1...<<212223