Home
last modified time | relevance | path

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

123

/plugin/elasticsearch/vendor/ruflin/elastica/src/
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 …]
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.');
DClient.php10 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 …]
DSearch.php7 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);
DMapping.php5 use Elastica\Exception\InvalidException; alias
148 * @throws InvalidException
180 * @throws InvalidException If invalid type
197 throw new InvalidException('Invalid object type');
DConnection.php5 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/
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');
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\Abstr…
DSpanOr.php5 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
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');
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\Abstr…
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\Abstr…
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
DWeightedAvg.php5 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 …
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');
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');
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');
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');
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');
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');
DFilter.php5 use Elastica\Exception\InvalidException; alias
35 * @throws InvalidException If filter is not set
40 throw new InvalidException('Filter is required');
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');
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.');
/plugin/elasticsearch/vendor/ruflin/elastica/src/Script/
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.');
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/
DStrategyFactory.php5 use Elastica\Exception\InvalidException; alias
17 * @throws InvalidException
41 throw new InvalidException('Can\'t create strategy instance by given argument');

123