Home
last modified time | relevance | path

Searched refs:InvalidException (Results 1 – 25 of 50) sorted by relevance

12

/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DAbstractGeoDistance.php5 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 DSpanFirst.php5 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\AbstractSpanQuery');
H A DSpanOr.php5 use Elastica\Exception\InvalidException; alias
23 throw new InvalidException('Invalid parameter. Has to be array or instance of '.AbstractSpanQuery::class);
33 * @throws InvalidException If not valid query
H A DGeoBoundingBox.php5 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 DDisMax.php5 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\AbstractQuery');
H A DSpanMulti.php5 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\AbstractQuery');
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DAbstractUpdateAction.php5 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 DDocument.php6 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 DClient.php10 use Elastica\Exception\InvalidException;
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('Arra
9 use Elastica\Exception\InvalidException; global() alias
[all...]
H A DSearch.php7 use Elastica\Exception\InvalidException;
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('Invali
5 use Elastica\Exception\InvalidException; global() alias
[all...]
H A DMapping.php5 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 DWeightedAvg.php5 use Elastica\Exception\InvalidException; alias
24 throw new InvalidException('Weighted Average aggregation with a value mixing field and script is not possible.');
44 throw new InvalidException('Weighted Average aggregation with a value mixing field and script is not possible.');
60 throw new InvalidException('Weighted Average aggregation with a weight mixing field and script is not possible.');
80 throw new InvalidException('Weighted Average aggregation with a weight mixing field and script is not possible.');
H A DBucketScript.php5 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');
H A DNormalizeAggregation.php5 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 DDerivative.php5 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 DStatsBucket.php5 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 DSumBucket.php5 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 DAvgBucket.php5 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 DFilter.php5 use Elastica\Exception\InvalidException; alias
35 * @throws InvalidException If filter is not set
40 throw new InvalidException('Filter is required');
H A DPercentilesBucket.php5 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 DRange.php5 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 DSerialDiff.php5 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 DAbstractScript.php6 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 DScriptFields.php5 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 DStrategyFactory.php5 use Elastica\Exception\InvalidException; alias
17 * @throws InvalidException
41 throw new InvalidException('Can\'t create strategy instance by given argument');

12