FOSElasticaBundle/DependencyInjection
Julien Muetton 679480e496 add ability to configure nested mapping
``` yaml
foq_elastica:
    clients:
        default: { host: localhost, port: 9200 }
    indexes:
        website:
            client: default
            types:
                product:
                    mappings:
                        name: { type: string }
                        price: { type: float}
                        specifications:
                            type: object
                            properties:
                                name: {type: string}
                                value: {type: string, analyzer: keyword}
```
2012-11-22 14:33:49 +01:00
..
Compiler [Provider] Create ProviderRegistry service (BC break) 2012-03-12 12:07:51 -04:00
Configuration.php add ability to configure nested mapping 2012-11-22 14:33:49 +01:00
FOQElasticaExtension.php adds to the config the index parameter, needed for disabling the analyzer or the indexing 2012-10-15 17:18:04 -03:00