Newscoop\Search\RepositoryInterface::setIndexedNull PHP Method

setIndexedNull() public method

Set indexed to null for specified items or all when value is null
public setIndexedNull ( array $items = null ) : void
$items array
return void
    public function setIndexedNull(array $items = null);

Usage Example

Example #1
0
 /**
  * Clear all indexed timestamps
  *
  * @return void
  */
 public function clearAll()
 {
     $this->repository->setIndexedNull();
 }