Home
last modified time | relevance | path

Searched refs:InvalidException (Results 1 – 25 of 50) sorted by last modified time

12

/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
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 DFilter.php5 use Elastica\Exception\InvalidException; alias
35 * @throws InvalidException If filter is not set
40 throw new InvalidException('Filter is required');
H A DFilters.php5 use Elastica\Exception\InvalidException; alias
38 throw new InvalidException('Mix named and anonymous keys are not allowed');
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 DSerialDiff.php5 use Elastica\Exception\InvalidException; alias
62 * @throws InvalidException If buckets path is not set
67 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');
/plugin/elasticsearch/vendor/ruflin/elastica/src/
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 DClientConfiguration.php5 use Elastica\Exception\InvalidException; alias
74 throw new InvalidException(\sprintf('DSN "%s" is invalid.', $dsnString), 0, $e);
111 * @throws InvalidException if the given key is not found in the configuration
122 throw new InvalidException('Config key is not set: '.$key);
H A DIndex.php9 use Elastica\Exception\InvalidException;
165 * @throws InvalidException
267 * @throws InvalidException
405 * @throws InvalidException
463 * @throws InvalidException
490 throw new InvalidException(\sprintf('"%s" is not a valid option. Allowed options are "%s".', \implode('", "', $invalidOptions), \implode('", "', $allowedOptions)));
494 throw new InvalidException(\sprintf('"%s" are not valid options. Allowed options are "%s".', \implode('", "', $invalidOptions), \implode('", "', $allowedOptions)));
821 throw new InvalidException('Document or Script id is not set');
6 use Elastica\Exception\InvalidException; global() alias
H A DIndexTemplate.php7 use Elastica\Exception\InvalidException;
36 * @throws InvalidException
43 throw new InvalidException('Index template should be a scalar type');
5 use Elastica\Exception\InvalidException; global() alias
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');
H A DParam.php5 use Elastica\Exception\InvalidException; alias
103 * @throws InvalidException If requested key is not set
110 throw new InvalidException('Param '.$key.' does not exist');
H A DPipeline.php7 use Elastica\Exception\InvalidException;
58 throw new InvalidException('You should set a valid pipeline id');
62 throw new InvalidException('You should set a valid processor description.');
66 throw new InvalidException('You should set a valid processor of type Elastica\Processor\AbstractProcessor.');
5 use Elastica\Exception\InvalidException; global() alias
H A DRequest.php6 use Elastica\Exception\InvalidException; alias
145 * @throws Exception\InvalidException If no valid connection was set
150 throw new InvalidException('No valid connection object set');
H A DScroll.php7 use Elastica\Exception\InvalidException;
65 throw new InvalidException('Could not fetch the current ResultSet from an invalid iterator. Did you forget to call "valid()"?');
5 use Elastica\Exception\InvalidException; global() alias
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 DQuery.php6 use Elastica\Exception\InvalidException; alias
102 * @throws InvalidException For an invalid argument
122 throw new InvalidException('Unexpected argument to create a query for.');
356 * @throws InvalidException
467 throw new InvalidException('TrackTotalHits must be either a boolean, or an integer value');
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
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 DFuzzy.php5 use Elastica\Exception\InvalidException; alias
38 throw new InvalidException('Fuzzy query can only support a single field.');
56 throw new InvalidException('No field has been set');
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');
H A DSpanNear.php5 use Elastica\Exception\InvalidException; alias
25 throw new InvalidException('Invalid parameter. Has to be array or instance of '.AbstractSpanQuery::class);
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 DTerms.php5 use Elastica\Exception\InvalidException; alias
28 throw new InvalidException('Terms field name has to be set');
59 throw new InvalidException('Mixed terms and terms lookup are not allowed.');
/plugin/elasticsearch/vendor/ruflin/elastica/src/Script/
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');

12