根据 API 文档,操作“start”和“end”的值将导致返回不同的数据集。奇怪的是,更改 start 和 end 的值会导致返回相同的结果。我错过了什么?谢谢!
qopts = {'query': '/automotive and vehicles',
'aggregation' : '[term(yyymmdd).term(docSentiment.type,count:3)]',
'return': 'docSentiment.type,yyyymmdd',
'count': '50',
'start': 'now-2w',
'end' : 'now-1w',
'offset': my_offset}
my_query = discovery.query(my_disc_environment_id, my_disc_collection_id, qopts)