FOSElasticaBundle/DependencyInjection
Damien Alexandre 2862259d8e Allow empty or null or no mappings: key under type configuration
refs #300. This commit allow to define types without having to
set any mapping as Elasticsearch build his own.

The minimal config become:

    indexes:
        toto:
            client: default
            types:
                Article:
                    mappings: ~
                    ...
2013-11-29 14:59:56 +01:00
..
Compiler Fix definition decorators (closes #393) 2013-11-01 09:15:38 +11:00
Configuration.php Allow empty or null or no mappings: key under type configuration 2013-11-29 14:59:56 +01:00
FOSElasticaExtension.php Allow empty or null or no mappings: key under type configuration 2013-11-29 14:59:56 +01:00