反正有SQLite中从Android平台上实现全文搜索(FTS)? [英] Is there anyway to implement Full Text Search (FTS) in SQlite from Android platform?

查看:319
本文介绍了反正有SQLite中从Android平台上实现全文搜索(FTS)?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想创建一个收集了大量的笔记,从用户的应用程序。我想要实现的笔记进行全文搜索,使用户可以得到相关的笔记笔记整个阵列。 我要寻找一个解决方案。全文搜索(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:

<一个href="http://github.com/bpellin/keepassdroid/blob/master/src/com/keepassdroid/search/SearchDbHelper.java" rel="nofollow">http://github.com/bpellin/keepassdroid/blob/master/src/com/keepassdroid/search/SearchDbHelper.java

这篇关于反正有SQLite中从Android平台上实现全文搜索(FTS)?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆