Home
last modified time | relevance | path

Searched refs:Elastica (Results 176 – 200 of 276) sorted by last modified time

12345678910>>...12

/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DAbstractTransport.php3 namespace Elastica\Transport;
5 use Elastica\Connection;
6 use Elastica\Exception\ConnectionException;
7 use Elastica\Exception\InvalidException;
8 use Elastica\Exception\ResponseException;
9 use Elastica\Param;
10 use Elastica\Request;
11 use Elastica\Response;
14 * Elastica Abstract Transport object.
113 $classNames = ["Elastica\\Transpor
[all...]
H A DHttp.php3 namespace Elastica\Transport;
5 use Elastica\Exception\Connection\HttpException;
6 use Elastica\Exception\ConnectionException;
7 use Elastica\Exception\PartialShardFailureException;
8 use Elastica\Exception\ResponseException;
9 use Elastica\JSON;
10 use Elastica\Request;
11 use Elastica\Response;
12 use Elastica\Util;
15 * Elastica Htt
[all...]
H A DHttpAdapter.php3 namespace Elastica\Transport;
5 use Elastica\Connection;
6 use Elastica\Exception\PartialShardFailureException;
7 use Elastica\Exception\ResponseException;
8 use Elastica\JSON;
9 use Elastica\Request as ElasticaRequest;
10 use Elastica\Response;
11 use Elastica\Response as ElasticaResponse;
12 use Elastica\Util;
51 * @throws \Elastica\Exceptio
[all...]
H A DHttps.php3 namespace Elastica\Transport;
6 * Elastica Http Transport object.
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md7 ## [Unreleased](https://github.com/ruflin/Elastica/compare/7.3.1...master)
18 ## [7.3.1](https://github.com/ruflin/Elastica/compare/7.3.0...7.3.1)
21 * Added missing `@throws` annotations to Client::request and related methods [#2153](https://github.com/ruflin/Elastica/pull/2153)
24 * Deprecated not passing a `buckets_path` and `script` when constructing `Elastica\Aggregation\BucketScript` and `Elastica\Aggregation\BucketSelector`
27 * Fix types order in `Elastica\Query` to work with psalm & expand the `aggs` type to include raw arrays
29 ## [7.3.0](https://github.com/ruflin/Elastica/compare/7.3.0...7.2.0)
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)
32 * Bumped `elasticsearch/elasticsearch` to `7.10` to be able to use `OpenPointInTime` class [#2113](https://github.com/ruflin/Elastica/pull/2113)
33 * Updated `php-cs-fixer` to `3.9.5` [#2110](https://github.com/ruflin/Elastica/pul
[all...]
H A DREADME.md1 Elastica: elasticsearch PHP Client
4 [![Latest Stable Version](https://poser.pugx.org/ruflin/Elastica/v/stable.png)](https://packagist.org/packages/ruflin/elastica)
5 [![Build Status](https://github.com/ruflin/elastica/workflows/Continuous%20integration/badge.svg?branch=master)](https://github.com/ruflin/Elastica/actions?query=workflow%3A%22Continuous%20integration%22%20branch%3Amaster)
6 [![codecov.io](http://codecov.io/github/ruflin/Elastica/coverage.svg?branch=master)](http://codecov.io/github/ruflin/Elastica?branch=master)
8 [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/ruflin/Elastica/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/ruflin/Elastica/?branch=master)
9 [![Total Downloads](https://poser.pugx.org/ruflin/Elastica/downloads.png)](https://packagist.org/packages/ruflin/elastica)
10 [![Join the chat at https://gitter.im/ruflin/Elastica](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ruflin/Elastica
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DAbstractUpdateAction.php3 namespace Elastica; namespace
5 use Elastica\Exception\InvalidException;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DAbstractAggregation.php3 namespace Elastica\Aggregation;
5 use Elastica\Exception\InvalidException;
6 use Elastica\NameableInterface;
7 use Elastica\Param;
8 use Elastica\Util;
82 * @see \Elastica\Aggregation\AbstractAggregation::getMeta()
83 * @see \Elastica\Aggregation\AbstractAggregation::clearMeta()
104 * @see \Elastica\Aggregation\AbstractAggregation::setMeta()
105 * @see \Elastica\Aggregation\AbstractAggregation::clearMeta()
116 * @see \Elastica\Aggregatio
[all...]
H A DAbstractSimpleAggregation.php3 namespace Elastica\Aggregation;
5 use Elastica\Exception\InvalidException;
24 * @param \Elastica\Script\AbstractScript|string $script
H A DAbstractTermsAggregation.php3 namespace Elastica\Aggregation;
H A DAutoDateHistogram.php3 namespace Elastica\Aggregation;
5 use Elastica\Aggregation\Traits\MissingTrait;
H A DAvg.php3 namespace Elastica\Aggregation;
H A DBucketScript.php3 namespace Elastica\Aggregation;
5 use Elastica\Exception\InvalidException;
H A DBucketSelector.php3 namespace Elastica\Aggregation;
H A DCardinality.php3 namespace Elastica\Aggregation;
H A DChildren.php3 namespace Elastica\Aggregation;
H A DCumulativeSum.php3 namespace Elastica\Aggregation;
H A DDateHistogram.php3 namespace Elastica\Aggregation;
H A DGeoBounds.php3 namespace Elastica\Aggregation;
H A DAdjacencyMatrix.php3 namespace Elastica\Aggregation;
5 use Elastica\Query\AbstractQuery;
H A DAvgBucket.php3 namespace Elastica\Aggregation;
5 use Elastica\Exception\InvalidException;
H A DComposite.php3 namespace Elastica\Aggregation;
H A DDateRange.php3 namespace Elastica\Aggregation;
H A DGapPolicyInterface.php3 namespace Elastica\Aggregation;
5 use Elastica\Aggregation\Traits\GapPolicyTrait;
/plugin/elasticsearch/helper/
H A Dclient.php14 * Access to the Elastica client
53 * @var \Elastica\Client $elasticaClient
60 * @return \Elastica\Client
82 $this->elasticaClient = new \Elastica\Client($dsn);
132 * @param \Elastica\Index $index
133 * @return \Elastica\Response
135 protected function createMappings(\Elastica\Index $index): \Elastica\Response
185 $mapping = new \Elastica\Mapping();

12345678910>>...12