Exemplo n.º 1
0
 /**
  * Flushes data from memory to the index storage.
  */
 public function flush()
 {
     $this->client->request("POST", "/_flush?full=false&force=false");
 }
Exemplo n.º 2
0
 /**
  * Flushes data from memory to the index storage.
  */
 public function flush()
 {
     $this->client->request('POST', '/_flush?full=false&force=false');
 }