Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
据我所见,安装了集成 Firebase 应用程序索引的应用程序与用户在谷歌搜索栏中键入查询时索引内容显示为建议的时刻之间存在差距。 我无法弄清楚它是如何工作的,以及用户需要等待多长时间才能看到建议。开发人员是否需要采取一些措施来强制应用索引内容出现在搜索中?我的意思是外观不是在“IN APPS”选项卡中搜索的结果,而是作为建议 - 检查附加图像:
为了使可索引项目出现在自动完成建议中,您还必须在将项目添加到索引后记录查看操作
FirebaseUserActions.getInstance().start(Actions.newView(item.getTitle(),"http://example.com/item?id=5"))