包括Elastica Bundle在内的白屏死机

时间:2014-01-24 16:21:40

标签: symfony elasticsearch elastica

当我添加捆绑包时,我正在尝试将Elasticsearch捆绑包添加到我的symfony2项目

// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new FOS\ElasticaBundle\FOSElasticaBundle(),
    );
}

第一种情况:我没有碰到配置文件:结果:白屏死机 我把一些配置

fos_elastica:
clients:
    default: { host: localhost, port: 9200 }
indexes:
    website:
        client: default
        types:
            user:
                mappings:
                    coordinates: { boost: 5 }

结果:白屏死机! 有没有人知道发生了什么?

0 个答案:

没有答案