0

Possible Duplicate:
Android Full Text Search

I am writing a database centered around blobs of text (one per row). On my server-side app, I should be fine using Lucene/Solr to do efficient Google-style search on that field in all a user's documents. How do I implement this offline in Android? Does it make sense to run Lucene on end-user devices?

(Data is probably going to be stored in SQLite on the phones.)

Community
  • 1
  • 1
jacobbaer
  • 1,011
  • 8
  • 13
  • 2
    See this question http://stackoverflow.com/questions/1976320/android-full-text-search – aromero Dec 26 '11 at 02:56
  • The problem FTS3 seems to solve is searching across multiple columns. I do not have this problem. Is it still more efficient than a LIKE query? – jacobbaer Dec 26 '11 at 16:23

0 Answers0