Home
last modified time | relevance | path

Searched refs:Elastica (Results 26 – 50 of 276) sorted by last modified time

12345678910>>...12

/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DExists.php3 namespace Elastica\Query;
H A DFunctionScore.php3 namespace Elastica\Query;
5 use Elastica\Script\AbstractScript;
H A DFuzzy.php3 namespace Elastica\Query;
5 use Elastica\Exception\InvalidException;
H A DGeoDistance.php3 namespace Elastica\Query;
24 * @throws \Elastica\Exception\InvalidException
H A DGeoShapeProvided.php3 namespace Elastica\Query;
H A DHasChild.php3 namespace Elastica\Query;
5 use Elastica\Query as BaseQuery;
H A DHasParent.php3 namespace Elastica\Query;
5 use Elastica\Query as BaseQuery;
H A DInnerHits.php3 namespace Elastica\Query;
5 use Elastica\Script\AbstractScript;
6 use Elastica\Script\ScriptFields;
H A DLimit.php3 namespace Elastica\Query;
H A DMatch.php3 namespace Elastica\Query;
H A DMatchAll.php3 namespace Elastica\Query;
H A DMatchPhrase.php3 namespace Elastica\Query;
H A DMatchPhrasePrefix.php3 namespace Elastica\Query;
H A DMoreLikeThis.php3 namespace Elastica\Query;
5 use Elastica\Document;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/
H A DConnectionException.php3 namespace Elastica\Exception;
5 use Elastica\Request;
6 use Elastica\Response;
H A DElasticsearchException.php3 namespace Elastica\Exception;
5 \trigger_deprecation('ruflin/elastica', '5.2.0', 'The "%s" class is deprecated, use "Elastica\Exception\ResponseException::getResponse()::getFullError()" instead. It will be removed in 8.0.', ElasticsearchException::class);
H A DExceptionInterface.php3 namespace Elastica\Exception;
6 * General Elastica exception interface.
H A DJSONParseException.php3 namespace Elastica\Exception;
H A DNotFoundException.php3 namespace Elastica\Exception;
H A DNotImplementedException.php3 namespace Elastica\Exception;
H A DPartialShardFailureException.php3 namespace Elastica\Exception;
5 use Elastica\JSON;
6 use Elastica\Request;
7 use Elastica\Response;
H A DResponseException.php3 namespace Elastica\Exception;
5 use Elastica\Request;
6 use Elastica\Response;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Index/
H A DRecovery.php3 namespace Elastica\Index;
5 use Elastica\Index as BaseIndex;
6 use Elastica\Response;
10 * Elastica index recovery object.
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DIndex.php3 namespace Elastica; namespace
5 use Elastica\Bulk\ResponseSet;
6 use Elastica\Exception\Bulk\ResponseException as BulkResponseException;
7 use Elastica\Exception\ClientException;
8 use Elastica\Exception\ConnectionException;
9 use Elastica\Exception\InvalidException;
10 use Elastica\Exception\NotFoundException;
11 use Elastica\Exception\ResponseException;
12 use Elastica\Index\Recovery as IndexRecovery;
13 use Elastica\Inde
[all...]
H A DIndexTemplate.php3 namespace Elastica; namespace
5 use Elastica\Exception\ClientException;
6 use Elastica\Exception\ConnectionException;
7 use Elastica\Exception\InvalidException;
8 use Elastica\Exception\ResponseException;
11 * Elastica index template object.

12345678910>>...12