Newscoop\Search\DefaultIndexClient::update PHP 메소드

update() 공개 메소드

Updates element in indexer (if supported)
public update ( array $document ) : boolean
$document array Re-indexable data, must contain key 'id'
리턴 boolean
    public function update(array $document)
    {
        $this->update[] = $document;
        return true;
    }