Spatie\SearchIndex\SearchIndexHandlers\Elasticsearch::clearIndex PHP Méthode

clearIndex() public méthode

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