Home
last modified time | relevance | path

Searched defs:key (Results 101 – 125 of 879) sorted by last modified time

12345678910>>...36

/plugin/elasticsearch/vendor/ruflin/elastica/src/Multi/
H A DSearch.php73 public function addSearch(BaseSearch $search, ?string $key = null): self argument
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DParam.php56 public function setParam($key, $value) argument
87 public function addParam($key, $value, ?string $subKey = null) argument
107 getParam($key) global() argument
123 hasParam($key) global() argument
191 _setRawParam($key, $value) global() argument
[all...]
H A DScroll.php96 public function key(): ?string global() function in Elastica\\Scroll
H A DSearch.php180 setOption(string $key, $value) global() argument
210 addOption(string $key, $value) global() argument
219 hasOption(string $key) global() argument
229 getOption(string $key) global() argument
433 validateOption(string $key) global() argument
[all...]
H A DResult.php38 public function __get($key) argument
50 public function __isset($key): bool argument
H A DResultSet.php254 public function key(): int function in Elastica\\ResultSet
H A DConnection.php280 public function addConfig($key, $value) argument
292 public function hasConfig($key) argument
309 public function getConfig($key argument
[all...]
H A DDocument.php53 public function __get(string $key) argument
61 public function __set(string $key, $value): void argument
66 public function __isset(string $key): bool argument
71 public function __unset(string $key): void argument
85 get($key) global() argument
101 set(string $key, $value) global() argument
114 has(string $key) global() argument
124 remove(string $key) global() argument
149 addFile(string $key, string $filepath, string $mimeType = '') global() argument
165 addFileContent(string $key, string $content) global() argument
177 addGeoPoint(string $key, float $latitude, float $longitude) global() argument
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DSpanTerm.php45 public function setTerm(string $key, $value, float $boost = 1.0): self argument
H A DTerm.php44 public function setTerm(string $key, $value, float $boost = 1.0): self argument
H A DGeoBoundingBox.php21 public function __construct(string $key, array $coordinates) argument
35 public function addCoordinates(string $key, array $coordinates): self argument
H A DGeoPolygon.php34 public function __construct(string $key, array $points) argument
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DAppendStream.php216 public function getMetadata($key = null) argument
H A DStreamInterface.php158 public function getMetadata($key = null); argument
H A DNullStream.php75 public function getMetadata($key = null) argument
H A DPumpStream.php138 public function getMetadata($key = null) argument
H A DStream.php247 public function getMetadata($key = null) argument
H A DStreamDecoratorTrait.php73 public function getMetadata($key = null) argument
/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/
H A DDsn.php58 public function getParameter(string $key, $default = null) argument
68 public function withParameter(string $key, $value) argument
79 public function withoutParameter(string $key) argument
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/
H A DQuery.php186 public function geo_bounding_box(string $key, array $coordinates): GeoBoundingBox argument
198 public function geo_distance(string $key, $location, string $distance): GeoDistance argument
208 public function geo_polygon(string $key, array $points): GeoPolygon argument
370 public function regexp(string $key = '', ?string $value = null, float $boost = 1.0): Regexp argument
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClientBuilder.php541 public function setSSLKey(string $key, string $password = null): ClientBuilder argument
[all...]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DPercentiles.php45 public function setHdr(string $key, float $value): self argument
H A DRange.php27 public function addRange($fromValue = null, $toValue = null, ?string $key = null): self argument
/plugin/elasticsearch/vendor/ruflin/elastica/src/Bulk/
H A DResponseSet.php108 public function key(): int function in Elastica\\Bulk\\ResponseSet
/plugin/elasticsearch/vendor/ruflin/elastica/src/Index/
H A DSettings.php275 setMergePolicy(string $key, $value) global() argument
293 getMergePolicy(string $key) global() argument
[all...]

12345678910>>...36