问题
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