/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/ |
H A 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');
|
H A 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…
|
H A 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
|
H A 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');
|
H A 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…
|
H A 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/ |
H A 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 …]
|
H A 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.');
|
H A D | Client.php | 9 use Elastica\Exception\InvalidException; alias 68 * @throws InvalidException 77 throw new InvalidException('Config parameter must be an array or a string.'); 118 * @throws InvalidException if the given key is not found in the configuration 206 * @throws InvalidException If docs is empty 211 throw new InvalidException('Array has to consist of at least one element'); 235 * @throws InvalidException If docs is empty 323 * @throws InvalidException 436 * @throws InvalidException 441 throw new InvalidException('Array has to consist of at least one id'); [all …]
|
H A D | Search.php | 5 use Elastica\Exception\InvalidException; alias 87 * @throws InvalidException 104 throw new InvalidException('Invalid param type'); 142 throw new InvalidException('Invalid param type for addIndices(), expected Index[]'); 158 … throw new InvalidException('Invalid param type for addIndicesByName(), expected string[]'); 225 * @throws InvalidException if the given key does not exists as an option 232 throw new InvalidException('Option '.$key.' does not exist'); 328 * @throws InvalidException 431 * @throws InvalidException If the given key is not a valid option 455 throw new InvalidException('Invalid option '.$key);
|
H A 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');
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/ |
H A 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 …
|
H A D | BucketScript.php | 5 use Elastica\Exception\InvalidException; alias 60 * @throws InvalidException If buckets path or script is not set 65 throw new InvalidException('Buckets path is required'); 68 throw new InvalidException('Script parameter is required');
|
H A 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');
|
H A 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');
|
H A 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');
|
H A 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');
|
H A 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');
|
H A D | Filter.php | 5 use Elastica\Exception\InvalidException; alias 35 * @throws InvalidException If filter is not set 40 throw new InvalidException('Filter is required');
|
H A 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');
|
H A 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.');
|
H A D | SerialDiff.php | 5 use Elastica\Exception\InvalidException; alias 62 * @throws InvalidException If buckets path is not set 67 throw new InvalidException('Buckets path is required');
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/Script/ |
H A 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.');
|
H A 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/ |
H A D | StrategyFactory.php | 5 use Elastica\Exception\InvalidException; alias 17 * @throws InvalidException 41 throw new InvalidException('Can\'t create strategy instance by given argument');
|