SolrBundle:将Solr集成到Symfony和Doctrine2中

时间:2024-03-17 20:23:54
【文件属性】:

文件名称:SolrBundle:将Solr集成到Symfony和Doctrine2中

文件大小:137KB

文件格式:ZIP

更新时间:2024-03-17 20:23:54

PHP

SolrBundle 介绍 该捆绑软件提供了一个简单的API来索引和查询Solr索引。 安装 安装是一个快速(我保证!)的3个步骤: 下载SolrBundle 启用捆绑 配置SolrBundle 配置您的实体 步骤1:下载SolrBundle 该捆绑包可在Packagist上使用。 您可以使用Composer安装它: $ composer require floriansemm/solr-bundle 步骤2:启用捆绑 接下来,在内核中启用捆绑软件: <?php // app/AppKernel.php public function registerBundles () { $ bundles = array ( // ... new FS \ SolrBundle \ FSSolrBundle (), ); } 步骤3:配置S


网友评论