| /plugin/elasticsearch/vendor/ruflin/elastica/src/ |
| D | AbstractUpdateAction.php | 5 use Elastica\Exception\InvalidException; alias 62 * @throws InvalidException 110 * @throws InvalidException 141 * @throws InvalidException 172 * @throws InvalidException 204 * @throws InvalidException 236 * @throws InvalidException 276 * @throws InvalidException 304 * @throws InvalidException 338 * @throws InvalidException [all …]
|
| D | Document.php | 6 use Elastica\Exception\InvalidException; alias 81 * @throws InvalidException If the given field does not exist 88 throw new InvalidException("Field {$key} does not exist"); 99 * @throws InvalidException if the current document is a serialized data 104 … throw new InvalidException('Document data is serialized data. Data creation is forbidden.'); 122 * @throws InvalidException if the given field does not exist 127 throw new InvalidException("Field {$key} does not exist"); 261 * @throws InvalidException If invalid data has been provided 273 throw new InvalidException('Failed to create document. Invalid data passed.');
|
| D | Client.php | 10 use Elastica\Exception\InvalidException; alias 69 * @throws InvalidException 78 throw new InvalidException('Config parameter must be an array or a string.'); 123 * @throws InvalidException if the given key is not found in the configuration 211 * @throws InvalidException If docs is empty 220 throw new InvalidException('Array has to consist of at least one element'); 244 * @throws InvalidException If docs is empty 253 throw new InvalidException('Array has to consist of at least one element'); 340 * @throws InvalidException 349 throw new InvalidException('Array has to consist of at least one element'); [all …]
|
| D | Search.php | 7 use Elastica\Exception\InvalidException; alias 89 * @throws InvalidException 106 throw new InvalidException('Invalid param type'); 144 throw new InvalidException('Invalid param type for addIndices(), expected Index[]'); 160 … throw new InvalidException('Invalid param type for addIndicesByName(), expected string[]'); 227 * @throws InvalidException if the given key does not exists as an option 234 throw new InvalidException('Option '.$key.' does not exist'); 330 * @throws InvalidException 439 * @throws InvalidException If the given key is not a valid option 463 throw new InvalidException('Invalid option '.$key);
|
| D | Mapping.php | 5 use Elastica\Exception\InvalidException; alias 148 * @throws InvalidException 180 * @throws InvalidException If invalid type 197 throw new InvalidException('Invalid object type');
|
| D | Connection.php | 5 use Elastica\Exception\InvalidException; alias 247 * @throws InvalidException If invalid transport type 305 * @throws InvalidException 317 throw new InvalidException('Config key is not set: '.$key); 340 throw new InvalidException('Invalid data type');
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/Query/ |
| D | AbstractGeoDistance.php | 5 use Elastica\Exception\InvalidException; alias 83 * @throws InvalidException 95 throw new InvalidException('$location[\'lat\'] has to be set'); 102 throw new InvalidException('$location[\'lon\'] has to be set'); 107 …throw new InvalidException('$location has to be an array (latitude/longitude) or a string (geohash… 157 * @throws InvalidException 169 throw new InvalidException('Latitude has to be set'); 175 throw new InvalidException('Longitude has to be set'); 180 throw new InvalidException('Invalid location type');
|
| D | SpanFirst.php | 5 use Elastica\Exception\InvalidException; alias 35 * @throws InvalidException If not valid query 62 * @throws InvalidException If not valid query 69 …throw new InvalidException('Invalid parameter. Has to be array or instance of Elastica\Query\Abstr…
|
| D | SpanOr.php | 5 use Elastica\Exception\InvalidException; alias 23 …throw new InvalidException('Invalid parameter. Has to be array or instance of '.AbstractSpanQuery:… 33 * @throws InvalidException If not valid query
|
| D | GeoBoundingBox.php | 5 use Elastica\Exception\InvalidException; alias 31 * @throws InvalidException If $coordinates doesn't have two elements 38 throw new InvalidException('expected $coordinates to be an array with two elements');
|
| D | DisMax.php | 5 use Elastica\Exception\InvalidException; alias 21 * @throws InvalidException If not valid query 28 …throw new InvalidException('Invalid parameter. Has to be array or instance of Elastica\Query\Abstr…
|
| D | SpanMulti.php | 5 use Elastica\Exception\InvalidException; alias 45 * @throws InvalidException If not valid query 52 …throw new InvalidException('Invalid parameter. Has to be array or instance of Elastica\Query\Abstr…
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/ |
| D | WeightedAvg.php | 5 use Elastica\Exception\InvalidException; alias 24 …throw new InvalidException('Weighted Average aggregation with a value mixing field and script is n… 44 …throw new InvalidException('Weighted Average aggregation with a value mixing field and script is n… 60 …throw new InvalidException('Weighted Average aggregation with a weight mixing field and script is … 80 …throw new InvalidException('Weighted Average aggregation with a weight mixing field and script is …
|
| D | NormalizeAggregation.php | 5 use Elastica\Exception\InvalidException; alias 58 * @throws InvalidException If buckets path or method are not set 63 throw new InvalidException('Buckets path is required'); 67 throw new InvalidException('Method parameter is required');
|
| D | BucketScript.php | 5 use Elastica\Exception\InvalidException; alias 68 * @throws InvalidException If buckets path or script is not set 73 throw new InvalidException('Buckets path is required'); 76 throw new InvalidException('Script parameter is required');
|
| D | SumBucket.php | 5 use Elastica\Exception\InvalidException; alias 41 * @throws InvalidException If buckets path or script is not set 46 throw new InvalidException('Buckets path is required');
|
| D | Derivative.php | 5 use Elastica\Exception\InvalidException; alias 41 * @throws InvalidException If buckets path or script is not set 46 throw new InvalidException('Buckets path is required');
|
| D | StatsBucket.php | 5 use Elastica\Exception\InvalidException; alias 41 * @throws InvalidException If buckets path or script is not set 46 throw new InvalidException('Buckets path is required');
|
| D | AvgBucket.php | 5 use Elastica\Exception\InvalidException; alias 43 * @throws InvalidException If buckets path or script is not set 48 throw new InvalidException('Buckets path is required');
|
| D | Filter.php | 5 use Elastica\Exception\InvalidException; alias 35 * @throws InvalidException If filter is not set 40 throw new InvalidException('Filter is required');
|
| D | PercentilesBucket.php | 5 use Elastica\Exception\InvalidException; alias 32 * @throws InvalidException If buckets path or script is not set 37 throw new InvalidException('Buckets path is required');
|
| D | Range.php | 5 use Elastica\Exception\InvalidException; alias 23 * @throws InvalidException 30 … throw new InvalidException('Either fromValue or toValue must be set. Both cannot be null.');
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/Script/ |
| D | AbstractScript.php | 6 use Elastica\Exception\InvalidException; alias 59 * @throws InvalidException 79 throw new InvalidException('Failed to create script. Invalid data passed.'); 123 throw new InvalidException('Script params must be an array'); 142 throw new InvalidException('Failed to create script. Invalid data passed.');
|
| D | ScriptFields.php | 5 use Elastica\Exception\InvalidException; alias 30 * @throws InvalidException 37 throw new InvalidException('The name of a Script is required and must be a string');
|
| /plugin/elasticsearch/vendor/ruflin/elastica/src/Connection/Strategy/ |
| D | StrategyFactory.php | 5 use Elastica\Exception\InvalidException; alias 17 * @throws InvalidException 41 throw new InvalidException('Can\'t create strategy instance by given argument');
|