Searched refs:requestEndpoint (Results 1 – 15 of 15) sorted by relevance
126 $response = $this->requestEndpoint($endpoint);205 return $this->requestEndpoint($endpoint);241 $response = $this->requestEndpoint($endpoint);299 $response = $this->requestEndpoint($endpoint);339 return $this->requestEndpoint($endpoint);364 return $this->requestEndpoint($endpoint);381 return $this->requestEndpoint($endpoint);393 return $this->requestEndpoint(new Delete());436 return $this->requestEndpoint($endpoint);450 return $this->requestEndpoint(new Refresh());[all …]
74 return $this->requestEndpoint($endpoint);88 return $this->requestEndpoint($endpoint);102 return $this->requestEndpoint($endpoint);182 public function requestEndpoint(AbstractEndpoint $endpoint): Response function in Elastica\\Pipeline186 return $this->getClient()->requestEndpoint($cloned);
101 $this->_response = $this->_client->requestEndpoint($endpoint);125 return $this->_client->requestEndpoint($endpoint);
111 $response = $this->_client->requestEndpoint($endpoint);163 $this->_response = $this->_client->requestEndpoint(new Stats());
323 $response = $this->requestEndpoint($endpoint);578 public function requestEndpoint(AbstractEndpoint $endpoint): Response function in Elastica\\Client604 return $this->requestEndpoint($endpoint);621 return $this->requestEndpoint($endpoint);635 return $this->requestEndpoint(new Refresh());
60 $this->_response = $this->_client->requestEndpoint(new State());
172 return $index->requestEndpoint($endpoint);
197 return $this->_client->requestEndpoint($endpoint);
83 $this->_lastResponse = $this->_oldIndex->getClient()->requestEndpoint($reindexEndpoint);
99 $this->_response = $this->getIndex()->requestEndpoint($endpoint);
101 …$this->_response = $this->getIndex()->requestEndpoint(new \Elasticsearch\Endpoints\Indices\Stats()…
121 $this->_response = $this->getNode()->getClient()->requestEndpoint($endpoint);
228 $this->_response = $this->getNode()->getClient()->requestEndpoint($endpoint);
191 $response = $this->_client->requestEndpoint($endpoint);
609 - Added `\Elastica\Client::requestEndpoint`, `\Elastica\Index::requestEndpoint`, `\Elastica\Type::r…