API ドキュメントによると、「開始」と「終了」の値を操作すると、異なるデータ セットが返されます。奇妙なことに、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)