検索機能付きのAndroidアプリを作るために、ドキュメントを読んでいるとterface | Android Developersという項目があり、SQLiteに全文検索モジュール:SQLite FTS3 and FTS4 Extensionsがあることを知った。 Androidアプリに組み込む前に、FTS3を使ってみた。 $ sqlite3 database.sqlite SQLite version 3.7.6 Enter ".help" for instructions Enter ements terminated with a ";" sqlite> BLE AddressBook USING fts3(name