Spatie\SearchIndex\SearchIndexHandler::upsertToIndex PHP Метод

upsertToIndex() публичный Метод

Add or update the given searchable subject or array of subjects or Traversable object containing subjects.
public upsertToIndex ( Spatie\SearchIndex\Searchable | array | Traversable $subject )
$subject Spatie\SearchIndex\Searchable | array | Traversable
    public function upsertToIndex($subject);