gpt4 book ai didi

couchdb - 我正在使用elasticsearch-river,有什么方法可以索引远程Couchdb吗?

转载 作者:行者123 更新时间:2023-12-03 00:29:21 27 4
gpt4 key购买 nike

我安装了一张ouchdb(1.2.1),并且想要实现搜索引擎(elasticsearch)
但我想将搜索引擎单独安装。
所以我在不同的机器上安装了elascticsearch和插件(elasticsearch-river,elasticsearch-head)。
如何在远程数据库中创建索引?

最佳答案

当您放置河流元数据时,您应该可以使用以下配置将CouchDB实例配置为远程实例:

"couchdb" : {
"host" : "your.host.here.example.com",
"port" : 5984,
"db" : "my_db",
"filter" : null
},

查看 CouchDB river README>,有关配置用户名/密码组合和https的信息。

关于couchdb - 我正在使用elasticsearch-river,有什么方法可以索引远程Couchdb吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18877251/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com