Bing api搜索结果显示不同的描述

发布于 2024-10-29 18:26:11 字数 409 浏览 4 评论 0原文

我有一个 asp.net 站点,我正在尝试将 bing API 与 SOAP 结合使用。当我得到结果时,描述字段实际上包含结果页面的元描述。示例:我发送查询:“site:gamespot.com 《crysis》发布日期”,描述字段为“Crysis 是一款 PC 版科幻 FPS 游戏,其中人类必须在面对外星人入侵时挣扎求生”,其中实际上是结果指向的页面的元描述。

但对于直接写在 bing.com 上的相同查询,链接的描述如下: “Crysis for PC 视频游戏信息 - GameSpot 的 Crysis 技术信息、游戏信息和...发布日期:2007 年 11 月 13 日 ESRB:成熟 ESRB 描述符:鲜血、强健” 它实际上记录了搜索词的上下文。

那么为什么 API 的行为会有所不同呢?我希望我的自定义搜索也能显示找到单词的上下文。 感谢您的帮助。

I have an asp.net site and I'm trying to use the bing API with SOAP. When I get the results, the description field actually contains the meta description of the result page. Example: I send the query: "site:gamespot.com crysis release dates" and the descriptions field is "Crysis is a Sci-Fi FPS game for the PC in which mankind must struggle to survive in the face of an alien invasion" which is actually the meta description of the page the result is pointing to.

But for the same query directly written on bing.com the links have descriptions like:
"Crysis for PC Video Game Information - GameSpot's Crysis Technical Information, Game Information, and ... Release Date: Nov 13, 2007 ESRB: MATURE ESRB Descriptors: Blood, Strong"
It actually writes the context of the searched words.

So why does the API behaves different? I want my custom search to also show the context in which the words are found.
Thank you for any help.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

刘备忘录 2024-11-05 18:26:11

Microsoft 在 Bing API 论坛中指出,API 的结果与标准 bing.com 搜索不同或可能不同。

下面的线程由 bing 搜索 API 团队跟进。

http://www.bing.com/community/developer /f/12254/p/667751/9650589.aspx

It has been noted by Microsoft in the Bing API forums that results from the API are or can differ from a standard bing.com search.

The thread below was followed up on by the bing search api team.

http://www.bing.com/community/developer/f/12254/p/667751/9650589.aspx

年少掌心 2024-11-05 18:26:11

您需要更改指定查询的方式。

查询应该是这样的:

request.query =“孤岛危机发布日期(site:gamespot.com)”

You need to change the Way you specify your Query.

Query Should be like:

request.query = "crysis release dates (site:gamespot.com)"

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文