简体   繁体   English

Android firebase app索引搜索建议更新perid

[英]Android firebase app indexing search suggestions update perid

As far as i can see there is gap between app with integrated firebase app indexing installed, and moment when indexed content appear as suggestions when user type query in google search bar. 据我所知,安装了集成firebase应用程序索引的应用程序与索引内容在谷歌搜索栏中用户类型查询时显示为建议的时刻之间存在差距。
I can't figure out how it works and what is the period of time user need to wait to see suggestions. 我无法弄清楚它是如何工作的以及用户需要等待查看建议的时间段。 Does developer need to take some actions to force app-indexed-content appearance in search? 开发人员是否需要采取一些措施来强制在搜索中使用应用索引内容? I mean appearance not as result of search in "IN APPS" tab, but as a suggestion - check attached image: 我的意思是外观不是“IN APPS”标签中的搜索结果,而是作为建议 - 检查附图: 图片

为了使可索引项目出现在自动完成建议中,您还必须在将项目添加到索引后记录视图操作

FirebaseUserActions.getInstance().start(Actions.newView(item.getTitle(),"http://example.com/item?id=5"))

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM