| /plugin/elasticsearch/vendor/ruflin/elastica/src/Index/ |
| D | Settings.php | 8 use Elastica\Exception\ResponseException; alias 74 * @throws ResponseException 137 * @throws ResponseException 153 * @throws ResponseException 169 * @throws ResponseException 185 * @throws ResponseException 201 * @throws ResponseException 211 * @throws ResponseException 221 * @throws ResponseException 233 * @throws ResponseException [all …]
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/ |
| D | Snapshot.php | 8 use Elastica\Exception\ResponseException; alias 37 * @throws ResponseException 59 * @throws ResponseException 67 } catch (ResponseException $e) { 83 * @throws ResponseException 102 * @throws ResponseException 120 * @throws ResponseException 128 } catch (ResponseException $e) { 146 * @throws ResponseException 163 * @throws ResponseException [all …]
|
| D | Index.php | 6 use Elastica\Exception\Bulk\ResponseException as BulkResponseException; 11 use Elastica\Exception\ResponseException; alias 119 * @throws ResponseException 163 * @throws ResponseException 191 * @throws ResponseException 213 * @throws ResponseException 265 * @throws ResponseException 291 * @throws ResponseException 327 * @throws ResponseException 354 * @throws ResponseException [all …]
|
| D | IndexTemplate.php | 8 use Elastica\Exception\ResponseException; alias 53 * @throws ResponseException 71 * @throws ResponseException 85 * @throws ResponseException 124 * @throws ResponseException
|
| D | Client.php | 7 use Elastica\Exception\Bulk\ResponseException as BulkResponseException; 11 use Elastica\Exception\ResponseException; alias 93 * @throws ResponseException 214 * @throws ResponseException 247 * @throws ResponseException 279 * @throws ResponseException 343 * @throws ResponseException 460 * @throws ResponseException 504 * @throws ResponseException 536 * @throws ResponseException [all …]
|
| D | Status.php | 7 use Elastica\Exception\ResponseException; alias 98 * @throws ResponseException 112 } catch (ResponseException $e) { 159 * @throws ResponseException
|
| D | SearchableInterface.php | 8 use Elastica\Exception\ResponseException; alias 46 * @throws ResponseException 62 * @throws ResponseException
|
| D | Scroll.php | 8 use Elastica\Exception\ResponseException; alias 78 * @throws ResponseException 125 * @throws ResponseException 149 * @throws ResponseException 170 * @throws ResponseException
|
| D | Task.php | 7 use Elastica\Exception\ResponseException; alias 92 * @throws ResponseException
|
| D | Cluster.php | 9 use Elastica\Exception\ResponseException; alias 56 * @throws ResponseException
|
| D | Request.php | 7 use Elastica\Exception\ResponseException; alias 175 * @throws ResponseException
|
| D | Bulk.php | 9 use Elastica\Exception\Bulk\ResponseException as BulkResponseException; 14 use Elastica\Exception\ResponseException; alias 292 * @throws ResponseException
|
| D | Pipeline.php | 8 use Elastica\Exception\ResponseException; alias 180 * @throws ResponseException
|
| D | Search.php | 8 use Elastica\Exception\ResponseException; alias 333 * @throws ResponseException 363 * @throws ResponseException
|
| D | Reindex.php | 7 use Elastica\Exception\ResponseException; alias 72 * @throws ResponseException
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/ |
| D | HttpAdapter.php | 7 use Elastica\Exception\ResponseException; alias 52 * @throws ResponseException 80 throw new ResponseException($elasticaRequest, $elasticaResponse);
|
| D | AbstractTransport.php | 8 use Elastica\Exception\ResponseException; alias 56 * @throws ResponseException
|
| D | Http.php | 8 use Elastica\Exception\ResponseException; alias 43 * @throws ResponseException 178 throw new ResponseException($request, $response);
|
| D | Guzzle.php | 8 use Elastica\Exception\ResponseException; alias 47 * @throws ResponseException 97 throw new ResponseException($request, $response);
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/Node/ |
| D | Stats.php | 7 use Elastica\Exception\ResponseException; alias 111 * @throws ResponseException
|
| D | Info.php | 7 use Elastica\Exception\ResponseException; alias 212 * @throws ResponseException
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/Cluster/ |
| D | Health.php | 9 use Elastica\Exception\ResponseException; alias 184 * @throws ResponseException
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/ |
| D | PartialShardFailureException.php | 14 class PartialShardFailureException extends ResponseException
|
| D | ResponseException.php | 13 class ResponseException extends \RuntimeException implements ExceptionInterface class
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/Bulk/ |
| D | ResponseException.php | 12 class ResponseException extends BulkException class
|