open20/amos-elasticsearch

There is no license information available for the latest version (2.2.0) of this package.

Amos Elasticsearch

2.2.0 2024-11-11 14:20 UTC

This package is not auto-updated.

Last update: 2024-11-12 12:31:08 UTC


README

Plugin description

Installation

Add module to your main config in backend:

<?php
'modules' => [
    'elasticsearch' => [
        'class' => '\open20\elasticsearch\Module',
        'modelMap' => [
            'ElasticModelSearch' => 'common\modules\transformermanagers\ElasticModelSearch',
        ],
        'hosts' => ['http://localhost:9201', ],
        'modelsEnabled' => [
          	/**
             * Add here the classnames of the models where you want the elasticsearch => class trasformation of model
             * (i.e. 'open20\amos\news\models\News' => 'common\modules\transformermanagers\NewsTransformerManager' )
             */
        ],
    ],
],

luya command

php vendor/bin/luya elastic/re-index-cms // rebuild cms pages elasticsearch index

php vendor/bin/luya elastic/rebuild // rebuild all Record models elasticsearch index

php vendor/bin/luya elastic/clear-all-indexes // clear all elasticsearch index