flushAttributes() 공개 메소드

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