Ride: ORM Elastic CLI
This module adds various CLI commands for the Elastic integration of the Ride ORM., (*1)
Commands
orm elastic define
This command maps the ORM models to the needed indices in Elastic search., (*2)
You need to run this command the first time you implement this module and then when you have altered a model definition which is integrated in Elastic., (*3)
Syntax: orm elastic define, (*4)
Alias: oed, (*5)
orm generate
This command indexes the existing ORM entries into Elastic, (*6)
Syntax: orm elastic index [<model>]
- <model>: Name of the model to index, omit to index all models which have Elastic enabled, (*7)
Alias: oei, (*8)
Installation
You can use Composer to install this application., (*9)
composer require ride/cli-orm-elastic