我想查询发现服务'新闻集',我正在使用此查询命令。
discovery.query({ environment_id: ‘my env id’,
collection_id: ‘my coll id’,
“count”: 10,
“return”: “title,enrichedTitle.text”,
“query”: “dieter zetsche”,
“aggregations”: [ “term(docSentiment.type:2)“]
}, function(err, response) { …
我期待以下响应结构
{
“matching_results”: 7607,
“aggregations”: [
{...}
],
“passages”: [],
“results”: [
{...}
]
}
但我只得到没有'聚合'的回复 - 任何建议??? 像这样
{"matching_results":7603,
"results":[
{"id":"....
答案 0 :(得分:0)
请注意,情感分析的JSON对象名称已更改 docSentiment 情绪
此处有更多详情:https://www.ibm.com/watson/developercloud/doc/discovery/migrate-nlu.html#overview-of-major-changes