android - FTS3 searches in ORMLite? -
i know nothing fts3, except http://developer.android.com/guide/topics/search/search-dialog.html says
performing full-text search (using fts3, rather query) can provide more robust search across text data , can produce results faster
i don't see mention of fts3 in ormlite documentation, though. there way this?
sorry there no direct support in ormlite. if underlying database supports can use ormlite's raw query interface process raw query database. see documentation here:
Comments
Post a Comment