FTS3在ORMLite搜索? [英] FTS3 searches in ORMLite?

查看:180
本文介绍了FTS3在ORMLite搜索?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我一无所知FTS3,除了的http://开发商。 android.com/guide/topics/search/search-dialog.html

I know nothing about FTS3, except that http://developer.android.com/guide/topics/search/search-dialog.html says

进行全文搜索(使用FTS3,而不是一个LIKE查询)
  可以提供跨文本数据更健壮的搜索,并且能够产生
  结果显著更快

performing a full-text search (using FTS3, rather than a LIKE query) can provide a more robust search across text data and can produce results significantly faster

我看不到ORMLite文档中FTS3任何提及,虽然。有没有办法做到这一点?

I don't see any mention of FTS3 in the ORMLite documentation, though. Is there a way to do this?

推荐答案

很抱歉,但没有在 ORMLite 。如果底层数据库支持这点,你可以使用ORMLite的原始查询界面来处理原始查询数据库。看到这里的文档:

Sorry but there is no direct support for this in ORMLite. If the underlying database supports this then you can use ORMLite's raw query interface to process a raw query to the database. See the documentation here:

http://ormlite.com/docs/raw-queries

这篇关于FTS3在ORMLite搜索?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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