1

バンドルを追加するときに、symfony2 プロジェクトに Elasticsearch バンドルを追加しようとしています。

// 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 }

結果:死の白画面!何が起こっているのか誰にも分かりませんか?

4

0 に答える 0