Home
last modified time | relevance | path

Searched refs:Elastica (Results 1 – 25 of 276) sorted by path

12345678910>>...12

/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md57 …* Added support for Elastica 7, and deprecated the $type argument of ElasticaFormatter which is no…
147 …* Added ElasticsearchHandler to send records via the official ES library. Elastica users should no…
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DElasticaFormatter.php14 use Elastica\Document;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DElasticaHandler.php14 use Elastica\Document;
18 use Elastica\Client;
19 use Elastica\Exception\ExceptionInterface;
/plugin/elasticsearch/action/
H A Dindexing.php142 } catch (\Elastica\Exception\NotFoundException $e) {
143 $document = new \Elastica\Document($documentId, $data);
145 } catch (\Elastica\Exception\ResponseException $e) {
147 $document = new \Elastica\Document($documentId, $data);
H A Dsearch.php108 $qstring = new \Elastica\Query\SimpleQueryString($QUERY, array_merge($this->searchFields, $fields));
117 $equery = new \Elastica\Query();
118 $subqueries = new \Elastica\Query\BoolQuery();
148 $nsSubquery = new \Elastica\Query\BoolQuery();
150 $term = new \Elastica\Query\Term();
159 $agg = new \Elastica\Aggregation\Terms('namespace');
210 * @param \Elastica\Query $equery
211 * @param \Elastica\Query\BoolQuery
221 $pluginSubquery = new \Elastica\Query\BoolQuery();
223 $eterm = new \Elastica\Quer
[all...]
/plugin/elasticsearch/
H A Dcomposer.lock422 "url": "https://github.com/ruflin/Elastica.git",
427 "url": "https://api.github.com/repos/ruflin/Elastica/zipball/df80484afae2bfa14126eb06172278726c8bd6be",
461 "Elastica\\": "src/"
481 "issues": "https://github.com/ruflin/Elastica/issues",
482 "source": "https://github.com/ruflin/Elastica/tree/7.x"
/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();
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dcommunity.asciidoc74 ===== FOS Elastica Bundle
76 https://github.com/FriendsOfSymfony/FOSElasticaBundle[Link: FOS Elastica Bundle]
78 [quote, FOS Elastica Bundle]
81 https://github.com/ruflin/Elastica[Link: Elastica] for Symfony. Features
84 - Integrates the Elastica library into a Symfony environment.
/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 DAdjacencyMatrix.php3 namespace Elastica\Aggregation;
5 use Elastica\Query\AbstractQuery;
H A DAutoDateHistogram.php3 namespace Elastica\Aggregation;
5 use Elastica\Aggregation\Traits\MissingTrait;
H A DAvg.php3 namespace Elastica\Aggregation;
H A DAvgBucket.php3 namespace Elastica\Aggregation;
5 use Elastica\Exception\InvalidException;
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 DComposite.php3 namespace Elastica\Aggregation;
H A DCumulativeSum.php3 namespace Elastica\Aggregation;
H A DDateHistogram.php3 namespace Elastica\Aggregation;

12345678910>>...12