FTS3 searches in ORMLite?

≯℡__Kan透↙ 提交于 2019-12-11 01:29:40

问题


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

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

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


回答1:


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



来源:https://stackoverflow.com/questions/10904558/fts3-searches-in-ormlite

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