dev-master
9999999-dev http://github.com/ajshort/silverstripe-elasticaProvides Elastic Search integration for SilverStripe DataObjects using Elastica
BSD-3-Clause
The Requires
by Andrew Short
search elasticsearch silverstripe elastica
Wallogit.com
2017 © Pedro Peláez
Provides Elastic Search integration for SilverStripe DataObjects using Elastica
IMPORTANT
This module is no longer actively maintained, however, if you're interested in adopting it, please let us know!, (*1)
Provides elastic search integration for SilverStripe DataObjects using Elastica., (*2)
The first step is to configure the Elastic Search service. To do this, the configuration system is used. The simplest default configuration is:, (*3)
Injector:
Symbiote\Elastica\ElasticaService:
constructor:
- %$Elastica\Client
- index-name-to-use
You can then use the Symbiote\Elastica\Searchable extension to add searching functionality
to your data objects. Elastic search can then be interacted with using the
Symbiote\Elastica\ElasticService class., (*4)
Provides Elastic Search integration for SilverStripe DataObjects using Elastica
BSD-3-Clause
search elasticsearch silverstripe elastica