Spatie\SearchIndex\SearchIndexHandlers\Elasticsearch::clearIndex PHP 메소드

clearIndex() 공개 메소드

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