eZ\Publish\Core\Search\Legacy\Content\Handler::commit PHP Method

commit() public method

Commits the data to the index, making it available for search.
public commit ( boolean $flush = false )
$flush boolean
    public function commit($flush = false)
    {
        // Not needed with Legacy Storage/Search Engine
    }