eZ\Publish\Core\Search\Elasticsearch\Content\Gateway::flush PHP 메소드

flush() 추상적인 공개 메소드

Flushes data from memory to the index storage.
abstract public flush ( )
    public abstract function flush();

Usage Example

예제 #1
0
 public function flush()
 {
     $this->gateway->flush();
 }