I've found Lucene, but the binary is 25Mb and my app is 300K. :( I'd like to index some files when the user does a custom search in my app through the Android system search. As for now, I'm doing a simple string match on the content of the files, and scan all directories for files each time. Is there a search api that would do indexing and possibly filter out stopwords to speed the search up?
Hi you should read the documentation page below. The related part is "Searching your data"
http://developer.android.com/guide/topics/search/search-dialog.html
it says that you should use FTS3 extension of SQLite database.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With