CustomIndexBundle CustomIndexBundle允许使用带有实体定义和控制台命令的注释为学说实体创建索引。 安装 CustomIndexBundle需要Symfony 2.1或更高版本。 现在仅适用于PostgreSQL。 进入您的项目目录: $ composer require intaro/custom-index-bundle 在AppKernel注册捆绑AppKernel : // app/AppKernel.php public function registerBundles () { $ bundles = array ( /