Android Full Text Search

走远了吗. 提交于 2019-12-28 15:49:10

问题


Does Android come with a way to do Full Text Search?

I know is it not even possible to search contacts by the notes field, being Google the search company, but I would be disappointed if there is no API for that.


回答1:


The easiest way to provide Full Text Search is to use FTS3 in SQLite




回答2:


Lucene is another approach, that is faster than SQLite FTS



来源:https://stackoverflow.com/questions/1976320/android-full-text-search

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!