My English skill is not very good. So please try to understand what I'm saying. Thank!
I want to create an application for Android apps, but I'm not sure about that. I did research, and there are two options for creating a database: Lucene full-text search and SQLite. Therefore, I made the application in the form of several tutorials. I believe that FTS uses a virtual table to store the database, but the problem is that the application freezes when adding data to the virtual table for the first time (from a text file about 10,000 lines). The search function also takes a lot of time (about 10 seconds)
Then I will find some more lessons about Lucene. Lucene creates an index directory for the search, but I don't know how fast it is (with big data). Can anyone give me some advice on my problem?
source
share