Spatie\SearchIndex\SearchIndexHandlers\Elasticsearch::clearIndex PHP Method

clearIndex() public method

Remove everything from the index.
public clearIndex ( ) : mixed
return mixed
    public function clearIndex()
    {
        $this->elasticsearch->indices()->delete(['index' => $this->indexName]);
    }