Newscoop\Comment\SearchService::isIndexed PHP Method

isIndexed() public method

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