Microsoft Cognitive Web Search具有不同的结果/结构

时间:2017-07-28 21:19:37

标签: microsoft-cognitive

我正在使用AZ Cognitive来监控研究项目的LinkedIn数据。如果我对bing.com和使用Cognitive API执行相同的查询,我会在结果的片段部分中获得不同的信息。从常规Bing搜索我可以看到个人资料占用。在API中,它显示通用的LinkedIn消息。

我附上了常规Bing搜索结果和Cognitive API的原始JSON的屏幕截图。

{u'name': u'Daniel Barclay at Rackspace, the #1 managed cloud company ...', u'url': u'REMOVED LINK', u'dateLastCrawled': u'2017-07-07T18:49:00', u'displayUrl': u'REMOVED LINK', u'snippet': u"View Daniel Barclay\u2019s professional profile on LinkedIn. LinkedIn is the world's largest business network, helping professionals like Daniel Barclay discover inside ...", u'id': u'REMOVED LINK'}
{u'about': [{u'name': u'Bill Ramsey'}], u'name': u'Bill Ramsey at Rackspace | LinkedIn', u'url': u'REMOVED LINK', u'dateLastCrawled': u'2017-07-07T01:00:00', u'displayUrl': u'REMOVED LINK', u'snippet': u"View Bill Ramsey\u2019s professional profile on LinkedIn. LinkedIn is the world's largest business network, helping professionals like Bill Ramsey discover inside ...", u'id': u'REMOVED LINK'}

Cognitive Search

*编辑* 如果您使用下面的搜索字符串作为基线,您将看到两次搜索之间的差异:

搜索字符串 - 站点:linkedin.com/in/"在rackspace"

  1. 使用该字符串搜索bing.com。
  2. 使用api。
  3. 搜索该字符串

    我使用的api端点是:https://api.cognitive.microsoft.com/bing/v5.0/search

2 个答案:

答案 0 :(得分:0)

分享用于调用认知API的参数和URL。

答案 1 :(得分:0)

您可以使用沙箱检查输出JSON。我尝试使用试用密钥,但Bing.com和沙箱的结果相同。请你在这里查看你的结果。 https://dev.cognitive.microsoft.com/docs/services/56b43eeccf5ff8098cef3807/operations/56b4447dcf5ff8098cef380d/console