novactive/ezsolrsearchextrabundle
Composer 安装命令:
composer require novactive/ezsolrsearchextrabundle
包简介
A bundle which extend ibexa solr search handler
关键字:
README 文档
README
This repository is what we call a "subtree split": a read-only copy of one directory of the main repository. It is used by Composer to allow developers to depend on specific bundles.
If you want to report or contribute, you should instead open your issue on the main repository: https://github.com/Novactive/Nova-eZPlatform-Bundles
Documentation is available in this repository via .md files but also packaged here: https://novactive.github.io/Nova-eZPlatform-Bundles/master/SolrSearchExtraBundle/README.md.html
An eZPlatform bundle which extend the solr search handler.
Features
- [Implemented] Binary file plain text content indexation in the full text field
- [Implemented] FullText criterion to with extra parameters
- search and boost multiple fields
- boost depending on publish date
- boost on phrases matches
- boost on exact matches
- [Implemented] Custom field configuration
- [Implemented] Exact matches boosting configuration
- [WIP] Boost doc based on publish date (newer docs score higher)
- [WIP] Highlighting
- [Implemented] Manage stopwords and synonyms from eZ Platform admin interface
Installation
Use Composer
Add NovaeZSolrSearchExtraBundle in your composer.json:
composer require novactive/ezsolrsearchextrabundle
Register the bundle
Then inject the bundle in the bundles.php of your application.
Novactive\EzSolrSearchExtraBundle\EzSolrSearchExtraBundle::class => [ 'all'=> true ],
// app/AppKernel.php public function registerBundles() { $bundles = array( // ... new Novactive\EzSolrSearchExtraBundle\EzSolrSearchExtraBundle(), // ... ); }
Routing config
Add the following routing config
solr: resource: "@EzSolrSearchExtraBundle/Controller/" type: annotation prefix: /
Multiple date field
Add the following field to your solr schema
<dynamicField name="*_mdt" type="date" indexed="true" stored="true" multiValued="true"/>
Date range and multiple date range field
Add the following field to your solr schema
<fieldType name="daterange" class="solr.DateRangeField" docValues="false"/> <dynamicField name="*_dtr" type="daterange" indexed="true" stored="true"/> <dynamicField name="*_mdtr" type="daterange" indexed="true" stored="true" multiValued="true"/>
Docs
Publish date boosting
https://wiki.apache.org/solr/SolrRelevancyFAQ
Highlighting
https://lucene.apache.org/solr/guide/6_6/highlighting.html
Stopwords/Synonyms managment
https://lucene.apache.org/solr/guide/6_6/managed-resources.html
novactive/ezsolrsearchextrabundle 适用场景与选型建议
novactive/ezsolrsearchextrabundle 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 67.29k 次下载、GitHub Stars 达 1, 最近一次更新时间为 2018 年 10 月 12 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「solr」 「novactive」 「ibexa」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 novactive/ezsolrsearchextrabundle 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 novactive/ezsolrsearchextrabundle 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 novactive/ezsolrsearchextrabundle 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Netgen Enhanced Selection bundle for Ibexa Platform
Netgen Open Graph Bundle is an Ibexa Platform bundle that allows simple integration with Open Graph protocol.
eZ Platform Automated Translation Bundle provides interfaces to automatically translate a new content translation from different translation providers.
A bundle to manage menus
This extension provides integration with solr to output content from TYPO3 in JSON format.
A bundle used to generate RSS feeds based on ez contents
统计信息
- 总下载量: 67.29k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 9
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-10-12