Phosphorum\Search\Indexer::index PHP Method

index() public method

Puts a post in the search server
public index ( Posts $post )
$post Phosphorum\Models\Posts
    public function index(Posts $post)
    {
        $this->doIndex($post);
    }