2

I would like to know, where can I find a detailed information about a realization of full-text search in sqlite db? Is it a program code an only source for this? It works great (FTS3 and FTS4 extentions), but I need to know a theoretical basis for the realization.

Thanks in advance.

GuenterR
  • 59
  • 5

1 Answers1

1

Just send you a perfect and detailed link about it: http://www.sqlite.org/fts3.html#section_3

Similar question exists: SQLite full text search catalog

Community
  • 1
  • 1
Paradise
  • 558
  • 6
  • 17