问题描述
我创建了一个Google自定义搜索引擎,以在我的android应用中添加图像搜索功能.
在Google信息中心中,我添加了 *.google.com
作为要搜索的网站,目的是向用户提供与在浏览器中在Google上找到的图像结果相同的图像.
I've created a Google Custom Search engine to add an image search functionality in my android app.
In the Google dashboard, I've added *.google.com
as a website to search in with the aim of propose to the user the same image results he would have found on google from browser.
下面是完整的配置:
- 关键字:空
- 版本:免费,带有广告
- 图片搜索:
上
- 语音输入:
off
- 语言:英语
- 要搜索的网站:
*.google.com
- 限制:空
问题是结果很差,与google.com的结果大不相同.
我应该如何配置我的引擎?
The problem is that results are poor and very different from those from google.com.
How should I configure my engine?
推荐答案
问题是要搜索的站点
部分中的设置为仅搜索包含的站点.我改为整个网络,结果现在与浏览器版本相似.
The problem was a setting in Site to search
section with the value search only included sites. I changed to entire web and the results are now similar with the browser version.
这篇关于Google自定义搜索-图片效果不佳的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!