反正有SQLite中从Android平台上实现全文搜索(FTS)?全文、平台上、SQLite、Android

由网友(装糊涂是极难的艺术゜)分享简介:我想创建一个收集了大量的笔记,从用户的应用程序。我想要实现的笔记进行全文搜索,使用户可以得到相关的笔记笔记整个阵列。我要寻找一个解决方案。全文搜索(FTS)实际上是由SQLite的支持,但它是可用于Android?任何人都可以见识一下吗?I am trying to create an application wh...

我想创建一个收集了大量的笔记,从用户的应用程序。我想要实现的笔记进行全文搜索,使用户可以得到相关的笔记笔记整个阵列。 我要寻找一个解决方案。全文搜索(FTS)实际上是由SQLite的支持,但它是可用于Android?任何人都可以见识一下吗?

I am trying to create an application which collects a lot of notes from users. I want to implement full text search on the notes so that the user can get relevant notes from the whole array of notes. I am looking for a solution for this. Full-text-search(FTS) is actually supported by SQLite, but is it available for Android? Can anybody enlighten me on this?

推荐答案

在SQLite的全文搜索,支持Android系统。你可以看到在我的应用程序正在使用它的一个例子在这里:

Full text search in SQLite is supported in Android. You can see an example of it being used in my application here:

http://github.com/bpellin/keepassdroid/blob/master/src/com/keepassdroid/search/SearchDbHelper.java

阅读全文

相关推荐

最新文章