Newscoop\Article\SearchService::isIndexed PHP Method

isIndexed() public method

Test if article is indexed
public isIndexed ( Newscoop\Search\DocumentInterface $article ) : boolean
$article Newscoop\Search\DocumentInterface
return boolean
    public function isIndexed(DocumentInterface $article)
    {
        return $article->getIndexed() !== null;
    }