ElasticSearcher\Dummy\Indexes\BooksIndex::setup PHP Метод

setup() публичный Метод

public setup ( )
    public function setup()
    {
        $this->setTypes(['books' => ['properties' => ['id' => ['type' => 'integer'], 'name' => ['type' => 'string']]]]);
    }