15/12
2016
dev-master
9999999-devThe bundle for the elastic search service
MIT
The Requires
by Alexey Astafev
Wallogit.com
2017 © Pedro Peláez
The bundle for the elastic search service
composer require ronte-ltd/elastic-bundle
new RonteLtd\ElasticBundle\RonteLtdElasticBundle()
ronte_ltd_elastic:
entities:
AppBundle\Entity\Entity: "%kernel.root_dir%/../src/AppBundle/Resources/schema/entity.yml"
hosts:
- 'http://127.0.0.1:9200'
index: 'items'
type: 'item'
settings:
number_of_shards: 3
number_of_replicas: 2
mappings:
_source:
enabled: true
properties:
id:
type: 'integer'
name:
type: 'string'
analyzer: 'standard'
nickname:
type: 'string'
analyzer: 'standard'
The bundle for the elastic search service
MIT