silverstripe / recipe-solr-search
Silverstripe云平台搜索需求配方
3.1.0
2024-03-10 20:03 UTC
Requires
Requires (Dev)
- cwp/cwp: ^3
- cwp/cwp-core: ^3
- cwp/starter-theme: ^4
- phpunit/phpunit: ^9.5
- squizlabs/php_codesniffer: ^3
Suggests
- silverstripe/textextraction: Text Extraction API for SilverStripe CMS (mostly used with 'fulltextsearch' module)
- 3.x-dev
- 3.1.x-dev
- 3.1.0
- 3.0.x-dev
- 3.0.0
- 3.0.0-rc1
- 3.0.0-beta2
- 3.0.0-beta1
- 2.x-dev
- 2.13.x-dev
- 2.13.0
- 2.13.0-rc1
- 2.13.0-beta1
- 2.12.x-dev
- 2.12.0
- 2.12.0-rc1
- 2.12.0-beta1
- 2.11.x-dev
- 2.11.0
- 2.11.0-rc1
- 2.11.0-beta1
- 2.10.x-dev
- 2.10.0
- 2.10.0-rc1
- 2.10.0-beta1
- 2.9.x-dev
- 2.9.0
- 2.9.0-rc1
- 2.9.0-beta1
- 2.9.0-alpha1
- 2.8.0
- 2.8.0-rc1
- 2.8.0-beta1
- 2.7.1
- 2.7.1-rc1
- 2.7.1-beta1
- 2.7.0
- 2.7.0-rc1
- 2.6.1
- 2.6.1-rc1
- 2.6.0
- 2.6.0-rc1
- 2.5.2
- 2.5.1
- 2.5.1-rc1
- 2.5.0
- 2.5.0-rc2
- 2.5.0-rc1
- 2.4.1
- 2.4.0
- 2.4.0-rc1
- 2.3.3
- 2.3.2
- 2.3.1
- 2.3.0
- 2.3.0-rc2
- 2.3.0-rc1
- 2.2.3
- 2.2.2
- 2.2.1
- 2.2.0
- 2.2.0-rc1
- 2.1.2
- 2.1.1
- 2.1.1-rc2
- 2.1.1-rc1
- 2.1.0
- 2.1.0-rc2
- 2.1.0-rc1
- 2.1.0-beta1
- 2.0.2
- 2.0.1
- 2.0.0
- 2.0.0-rc4
- 2.0.0-rc3
- 2.0.0-rc2
- 2.0.0-rc1
This package is auto-updated.
Last update: 2024-09-10 23:03:51 UTC
README
这个Silverstripe CMS配方旨在启用基于Solr的全文搜索。它专门设计用于与Silverstripe云平台协同工作,但也可能在其他环境中运行。它是cwp/cwp-recipe-search
的后续产品。
这包括以下核心Silverstripe模块
- cwp/cwp-search: CWP全文搜索集成模块
- silverstripe/fulltextsearch: 向SilverStripe添加外部全文搜索引擎支持,特别是在CWP环境中使用Solr
- symbiote/silverstripe-queuedjobs: 提供界面以安排特定时间的作业的模块
您还可以选择安装以下建议的(非必需)模块
- silverstripe/textextraction: Silverstripe CMS的文本提取API(主要用于与'fulltextsearch'模块一起使用)
这既可以添加到现有项目,也可以用作创建Silverstripe CMS安装的项目基础。
与其他Silverstripe配方不同,此配方不将Silverstripe核心依赖项约束在特定的次要版本线上。
安装
composer create-project silverstripe/recipe-solr-search ./myproject
替代方案
此配方仍然受支持。然而,您可能希望探索使用搜索即服务方法且与Elastic或Algolia等提供商兼容的silverstripe/silverstripe-search-service
模块。
更多信息
有关Silverstripe配方如何工作的说明,请参阅recipe插件页面。