コード例 #1
0
ファイル: Native.php プロジェクト: nlescure/ezpublish-kernel
 /**
  * Flushes data from memory to the index storage.
  */
 public function flush()
 {
     $this->client->request("POST", "/_flush?full=false&force=false");
 }
コード例 #2
0
ファイル: Native.php プロジェクト: ezsystems/ezpublish-kernel
 /**
  * Flushes data from memory to the index storage.
  */
 public function flush()
 {
     $this->client->request('POST', '/_flush?full=false&force=false');
 }