0

当我跑步时

    curl -XPUT 'http://localhost:9200/_river/test/_meta' -d '{
    "type": "mongodb",
    "mongodb": {
        "db": "test",
        "collection": "es_test"
    },
    "index": {
        "name": "mongoindex",
        "type": "es_test"
    }
}'

我收到以下异常:

 {"error":"MapperParsingException[Failed to parse]; nested:JsonParseException[Unexpected character ('m' (code 109)): expected a valid value (number,String, array, object, 'true', 'false' or 'null')\n at [Source:[B@61f133ea; line:1, column:8]]; ","status":400}

我自己进行了研究,发现这个弹性搜索用户MongoDB River Plugin for ElasticSearch ...试图按所示实现,但有同样的错误......如果有人有在 Windows7 环境中使用 ES 的经验,请指出我做错了什么?我是 ElasticSearch 的新手,非常感谢您的帮助。

4

1 回答 1

1

这个对我有用。也许你在打字时在你的 shell 中有一个假字符?尝试将它放在一个文件中并使用 shell 运行它。

于 2012-05-21T17:03:06.510 回答