Skip to content

helpfulrobot/symbiote-library-silverstripe-elastica

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SilverStripe Elastica Module

Provides elastic search integration for SilverStripe DataObjects using Elastica.

Usage

The first step is to configure the Elastic Search service. To do this, the configuration system is used. The simplest default configuration is:

Injector:
  SilverStripe\Elastica\ElasticaService:
    constructor:
      - %$Elastica\Client
      - index-name-to-use

You cna then use the SilverStripe\Elastica\Searchable extension to add searching functionality to your data objects. Elastic search can then be interacted with using the SilverStripe\Elastica\ElasticService class.

About

Integrates SilverStripe DataObjects with Elastic Search

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%