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

flush() public method

Flushes data from memory to the index storage.
public flush ( )
    public function flush()
    {
        $this->client->request('POST', '/_flush?full=false&force=false');
    }