Sleimanx2\Plastic\Mappings\Mapping::getModelIndex PHP Method

getModelIndex() public method

Get the model elastic type.
public getModelIndex ( ) : mixed
return mixed
    public function getModelIndex()
    {
        return $this->model->getDocumentIndex();
    }