ElasticSearch Indexing Confluence页面

mae*_*tr0 9 indexing confluence elasticsearch elasticsearch-plugin

ElasticSearch可以索引Confluence页面吗?Confluence有很多河流插件但没有插件.http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/modules-plugins.html

虽然有一个github项目https://github.com/obazoud/elasticsearch-river-confluence但最后一次提交是一年前,所以我想它不是最新的.

小智 1

Elasticsearch 已弃用 River

Elasticsearch 有一个基于它构建的解决方案,称为工作场所搜索,它可以连接到汇合以获取数据。

理想情况下,您可能需要通过 Elasticsearch 脚本通过 Confluence API 来完成此操作。如果您需要解析 PDF 内容,您可能还需要使用“ingest-attachment”插件。