gpt4 book ai didi

couchdb - 使用 Elasticsearch 索引 couchdb

转载 作者:行者123 更新时间:2023-11-29 02:53:21 25 4
gpt4 key购买 nike

嗨,我已经安装了 elasticsearch 版本 0.18.7 并根据 these instructions 配置了 couchdb .我正在尝试通过以下方式创建索引:

curl -XPUT '10.50.10.86:9200/_river/tasks/_meta' -d '{
"type": "couchdb",
"couchdb": {
"host": "10.50.10.86",
"port": 5984,
"db": "tasks",
"filter": null
},
"index": {
"index": "tasks",
"type": "tasks",
"bulk_size": "100",
"bulk_timeout": "10ms"
}
}'

然后收到这样的消息,

{
"ok": true,
"_index": "_river",
"_type": "tasks",
"_id": "_meta",
"_version": 2
}

当尝试像这样访问 url 时

curl -GET 'http://10.50.10.86:9200/tasks/tasks?q=*&pretty=true'

然后

{
"error": "IndexMissingException[[tasks] missing]",
"status": 404
}

请指导我如何使用 elasticsearch 索引 couchdb。

最佳答案

我不确定 es_test_db2 来自哪里。这是什么输出?

curl 10.50.10.86:9200/_river/tasks/_status\?pretty=1

关于couchdb - 使用 Elasticsearch 索引 couchdb,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10334725/

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