/plugin/elasticsearch/vendor/ruflin/elastica/lib/Elastica/Query/ |
H A D | AbstractGeoDistance.php | 5 use Elastica\Exception\InvalidException; alias 86 * @throws InvalidException 98 throw new InvalidException('$location[\'lat\'] has to be set'); 105 throw new InvalidException('$location[\'lon\'] has to be set'); 110 …throw new InvalidException('$location has to be an array (latitude/longitude) or a string (geohash… 156 * @throws InvalidException 168 throw new InvalidException('Latitude has to be set'); 174 throw new InvalidException('Longitude has to be set'); 179 throw new InvalidException('Invalid location type');
|
H A D | SpanFirst.php | 5 use Elastica\Exception\InvalidException; alias 38 * @throws InvalidException If not valid query 67 * @throws InvalidException If not valid query 74 …throw new InvalidException('Invalid parameter. Has to be array or instance of Elastica\Query\Abstr…
|
H A D | Fuzzy.php | 5 use Elastica\Exception\InvalidException; alias 40 throw new InvalidException('The field and value arguments must be of type string.'); 43 throw new InvalidException('Fuzzy query can only support a single field.'); 62 throw new InvalidException('No field has been set');
|
H A D | SpanOr.php | 5 use Elastica\Exception\InvalidException; alias 26 throw new InvalidException( 40 * @throws InvalidException If not valid query
|
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 47 * @throws InvalidException If not valid query 54 …throw new InvalidException('Invalid parameter. Has to be array or instance of Elastica\Query\Abstr…
|
H A D | BoolQuery.php | 5 use Elastica\Exception\InvalidException; alias 70 * @throws InvalidException If not valid query 77 …throw new InvalidException('Invalid parameter. Has to be array or instance of Elastica\Query\Abstr…
|
H A D | GeoBoundingBox.php | 5 use Elastica\Exception\InvalidException; alias 40 throw new InvalidException('expected $coordinates to be an array with two elements');
|
/plugin/elasticsearch/vendor/ruflin/elastica/lib/Elastica/Script/ |
H A D | AbstractScript.php | 6 use Elastica\Exception\InvalidException; alias 35 * @throws InvalidException 55 throw new InvalidException('Failed to create script. Invalid data passed.'); 64 throw new InvalidException('Script params must be an array'); 83 throw new InvalidException('Failed to create script. Invalid data passed.');
|
H A D | ScriptFields.php | 5 use Elastica\Exception\InvalidException; alias 31 * @throws InvalidException 38 throw new InvalidException('The name of a Script is required and must be a string');
|
/plugin/elasticsearch/vendor/ruflin/elastica/lib/Elastica/Aggregation/ |
H A D | BucketScript.php | 5 use Elastica\Exception\InvalidException; alias 81 * @throws InvalidException If buckets path or script is not set 88 throw new InvalidException('Buckets path is required'); 90 throw new InvalidException('Script parameter is required');
|
H A D | Derivative.php | 5 use Elastica\Exception\InvalidException; alias 64 * @throws InvalidException If buckets path or script is not set 71 throw new InvalidException('Buckets path is required');
|
H A D | StatsBucket.php | 5 use Elastica\Exception\InvalidException; alias 64 * @throws InvalidException If buckets path or script is not set 71 throw new InvalidException('Buckets path is required');
|
H A D | SumBucket.php | 5 use Elastica\Exception\InvalidException; alias 64 * @throws InvalidException If buckets path or script is not set 71 throw new InvalidException('Buckets path is required');
|
H A D | AvgBucket.php | 5 use Elastica\Exception\InvalidException; alias 67 * @throws InvalidException If buckets path or script is not set 74 throw new InvalidException('Buckets path is required');
|
H A D | SerialDiff.php | 5 use Elastica\Exception\InvalidException; alias 78 * @throws InvalidException If buckets path is not set 85 throw new InvalidException('Buckets path is required');
|
/plugin/elasticsearch/vendor/ruflin/elastica/lib/Elastica/Type/ |
H A D | Mapping.php | 5 use Elastica\Exception\InvalidException; alias 186 * @throws InvalidException 195 throw new InvalidException('Type has to be set'); 222 * @throws InvalidException If invalid type 239 throw new InvalidException('Invalid object type');
|
H A D | AbstractType.php | 6 use Elastica\Exception\InvalidException; alias 102 * @throws InvalidException 111 throw new InvalidException('Index name has to be set'); 115 throw new InvalidException('Type name has to be set');
|
/plugin/elasticsearch/vendor/ruflin/elastica/lib/Elastica/Connection/Strategy/ |
H A D | StrategyFactory.php | 5 use Elastica\Exception\InvalidException; alias 17 * @throws InvalidException 44 throw new InvalidException('Can\'t create strategy instance by given argument');
|
/plugin/elasticsearch/vendor/ruflin/elastica/lib/Elastica/ |
H A D | ResultSet.php | 5 use Elastica\Exception\InvalidException; alias 148 … throw new InvalidException("This result set does not contain an aggregation named {$name}."); 314 throw new InvalidException('Offset does not exist.'); 330 throw new InvalidException('ResultSet is a collection of Result only.'); 334 throw new InvalidException('Offset does not exist.');
|
H A D | Document.php | 6 use Elastica\Exception\InvalidException; alias 99 throw new InvalidException("Field {$key} does not exist"); 116 … throw new InvalidException('Document data is serialized data. Data creation is forbidden.'); 143 throw new InvalidException("Field {$key} does not exist"); 337 throw new InvalidException('Failed to create document. Invalid data passed.');
|
H A D | Pipeline.php | 5 use Elastica\Exception\InvalidException; alias 63 throw new InvalidException('You should set a valid pipeline id'); 67 throw new InvalidException('You should set a valid processor description.'); 71 …throw new InvalidException('You should set a valid processor of type Elastica\Processor\AbstractPr…
|
H A D | Client.php | 7 use Elastica\Exception\InvalidException; alias 206 throw new InvalidException('Config key is not set: '.$key); 272 throw new InvalidException('Header must be a string'); 294 throw new InvalidException('Header must be a string'); 319 throw new InvalidException('Array has to consist of at least one element'); 351 throw new InvalidException('Array has to consist of at least one element'); 451 throw new InvalidException('Array has to consist of at least one element'); 569 throw new InvalidException('Array has to consist of at least one id'); 614 throw new InvalidException('Array has to consist of at least one param');
|
/plugin/elasticsearch/vendor/ruflin/elastica/lib/Elastica/Suggest/ |
H A D | AbstractSuggest.php | 5 use Elastica\Exception\InvalidException; alias 114 * @throws InvalidException If name is empty 121 throw new InvalidException('Suggest name has to be set');
|
/plugin/elasticsearch/vendor/ruflin/elastica/lib/Elastica/Transport/ |
H A D | AbstractTransport.php | 6 use Elastica\Exception\InvalidException; alias 98 * @throws InvalidException 139 throw new InvalidException('Invalid transport');
|