flushAttributes() public method

Forces searchd to flush pending attribute updates to disk, and blocks until completion
public flushAttributes ( ) : integer
return integer Flush tag, -1 on error.
コード例 #1
0
 /**
  * {@inheritdoc}
  */
 public function flushAttributes()
 {
     return $this->proxy->flushAttributes();
 }