FT3: a full text indexer and search engine

Introduction

FT3 is a full text indexer for datas stored into a sqlite3 database. Full text means that the text fields stored into the database can be split word by word and stored in a form suitable for lookup. You can then create easy SQL queries for searching for cells from yours indexed tables containing the words from the query.

News: V0.3 released on 27 August 2006

How to read the documentation for the stable's version V0.3

  • If you don't know how full text indexing works, read the howto part of the documentation.

  • If FT3 is good enough for you as is then read the user guide.

  • If you need to modify FT3 to suit your need, please read the user guide first and then the developer guide. Please think to contribute things back if you can/care.

How to read the documentation for the previous stable's version V0.2

  • If you don't know how full text indexing works, read the howto part of the documentation.

  • If FT3 is good enough as is for you, read the user guide.

  • If you need to modify FT3 to suit your need, please modify the 0.3 version.

Home,   Sourceforge,   Download,   @2002-2006 P. Aubert