eZ\Publish\Core\Search\Elasticsearch\Content\Gateway::flush PHP Method

flush() abstract public method

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();
 }