Android Full Text Search
Asked Answered
D

3

8

Does Android come with a way to do Full Text Search?

I know is it not even possible to search contacts by the notes field, being Google the search company, but I would be disappointed if there is no API for that.

Donkey answered 29/12, 2009 at 19:8 Comment(1)
See Full text search example in AndroidNeoimpressionism
D
8

The easiest way to provide Full Text Search is to use FTS3 in SQLite

Donkey answered 29/5, 2010 at 10:7 Comment(0)
S
0

SQLite Database With Android's Room Library

Android's Room library provides full-text search using SQLite.

See: Support full-text search

Firebase Firestore Database

Google's Firebase Firestore outlines a full-text search solution using a 3rd party service, Algolia. Other 3rd party services can be used like Elastic Search.

Seaweed answered 5/8, 2020 at 20:21 Comment(0)
S
-1

Lucene is another approach, faster than SQLite FTS

Shiny answered 5/10, 2019 at 5:46 Comment(1)
The Most Popular RDBMS library that is supported in by default is SQLite –Fund

© 2022 - 2024 — McMap. All rights reserved.