项目

常规

个人资料

插件目录 » Redmine (Elasticsearch) 全文搜索插件

作者 丹尼尔·塔什金诺夫
网站 https://github.com/Restream/redmine_elasticsearch/wiki/Search-Quick-Reference
代码仓库 https://github.com/Restream/redmine_elasticsearch
注册于 2014-03-03(10多年前)
当前版本 0.2.0
兼容 Redmine 3.3.x
用户评分   (4)

此插件将 elasticsearch 集成到 Redmine 中

安装说明

1. 下载并安装 elasticsearch
2. 安装所需的 redmine_resque 插件

cd YOUR_REDMINE_ROOT
git clone https://github.com/Restream/redmine_resque.git plugins/redmine_resque

3. 安装此插件

cd YOUR_REDMINE_ROOT
git clone https://github.com/Restream/redmine_elasticsearch.git plugins/redmine_elasticsearch

4. 使用以下命令重新索引所有文档

cd YOUR_REDMINE_ROOT
bundle exec rake redmine_elasticsearch:reindex_all RAILS_ENV=production

5. 启动 resque 工作进程

cd YOUR_REDMINE_ROOT
bundle exec rake resque:work RAILS_ENV=production

6. 重启 Redmine

变更日志

0.2.0 (2017-01-19)

兼容 Redmine 3.3.x。

替换旧 tire 晶体到 elasticsearch-model

0.1.9 (2014-03-02)

兼容 Redmine 2.5.x、2.4.x、2.3.x、2.2.x、2.1.x。

用户评分

 Olivier Houdas 在约9年前评分

搜索速度更快:从60秒减少到5秒。
@Desperados:不要忘记安装 Elasticsearch 所需的插件

其他提示:注意以与 httpd 服务相同的帐户运行 Resque 任务,否则您将在日志上遇到权限冲突

 [ Desperados ] 在9年前评分

{"error":"IndexCreationException[[redmineapp_production] failed to create index]; nested: IllegalArgumentException[Custom Analyzer [search_analyzer] failed to find filter under name [russian_morphology]]; ","status":400}

 Maicon Zucco 在9年前评分

非常有用。

 丹尼尔·塔什金诺夫 在近10年前评分