2017 © Pedro Peláez
 

silverstripe-module silverstripe-elastica

Provides Elastic Search integration for SilverStripe DataObjects using Elastica

image

ajshort/silverstripe-elastica

Provides Elastic Search integration for SilverStripe DataObjects using Elastica

  • Thursday, November 27, 2014
  • by ajshort
  • Repository
  • 0 Watchers
  • 0 Stars
  • 128 Installations
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

IMPORTANT

This module is no longer actively maintained, however, if you're interested in adopting it, please let us know!, (*1)

SilverStripe Elastica Module

Provides elastic search integration for SilverStripe DataObjects using Elastica., (*2)

Usage

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)

The Versions

27/11 2014

dev-master

9999999-dev http://github.com/ajshort/silverstripe-elastica

Provides Elastic Search integration for SilverStripe DataObjects using Elastica

  Sources   Download

BSD-3-Clause

The Requires

 

by Andrew Short

search elasticsearch silverstripe elastica