kunstmaan/search-bundle
Composer 安装命令:
composer require kunstmaan/search-bundle
包简介
The KunstmaanSearchBundle works with ElasticSearch and supports different search providers. The bundle currently supports Elastica as a provider. Add your own objects to index using a tagged service which implements the SearchConfigurationInterface
README 文档
README
The KunstmaanSearchBundle works with ElasticSearch and supports different search providers.
- Add your own objects to index using a tagged service which implements the SearchConfigurationInterface
- Want to add another search provider ? It's easy, just add a tagged service which implements the SearchProviderInterface
More about these features can be found in our bundle documentation
Make sure you run ElasticSearch. You can download it here and extract the files. Then run the executable 'elasticsearch' in the bin directory.
Installation
composer.json
"require": { "kunstmaan/search-bundle": "*" },
AppKernel.php:
public function registerBundles() { $bundles = array( // ... new Kunstmaan\SearchBundle\KunstmaanSearchBundle(), // ... );
Configuration
Parameter
Add the following parameter to your parameters file (ini, yml, ...), the prefix will be automatically used before each indexname you specify.
searchindexprefix: prefix_
Documentation
Further documentation on how to use and extend this bundle can be found here.
Reporting an issue or a feature request
Issues and feature requests are tracked in the Github issue tracker.
When reporting a bug, it may be a good idea to reproduce it in a basic project built using the Symfony Standard Edition to allow developers of the bundle to reproduce the issue by simply cloning it and following some steps.
kunstmaan/search-bundle 适用场景与选型建议
kunstmaan/search-bundle 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 86.58k 次下载、GitHub Stars 达 18, 最近一次更新时间为 2012 年 05 月 19 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「search」 「elasticsearch」 「kunstmaan」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 kunstmaan/search-bundle 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 kunstmaan/search-bundle 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 kunstmaan/search-bundle 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Extends the MinkContext and adds some additional (sub)contexts like creating a screenshot when a step fails or wait for Ajax to finish before continuing assertPageContainsText()
A Laravel package to retrieve data from Google Search Console
The KunstmaanLiveReloadBundle injects the livereload script from grunt-contrib-watch into your html page.
Indexed Search Autocomplete - Extends the TYPO3 Core Extension Indexed_Search searchform with an autocomplete feature.
Enable indexing Kunstmaan Bundles CMS pages in Algolia
Abstraction Layer to index and search entities
统计信息
- 总下载量: 86.58k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 19
- 点击次数: 14
- 依赖项目数: 1
- 推荐数: 1
其他信息
- 授权协议: MIT
- 更新时间: 2012-05-19