fpindexer

From Free Pascal wiki
Revision as of 19:03, 7 October 2012 by BigChimp (talk | contribs) (fpindexer; new page; can be useful for full text indexing dbs...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Overview

fpindexer is an FPC package that lets you create text indexes and search through them.

Plain text, HTML and Pascal input processors are included so you can create indexes out of those. You can write your own input text processors if needed. A database indexer is also provided so you can provide native Pascal full-text search for databases.

The indexes can be stored in sqlite, Firebird or in-memory (backed by flat file) databases.

Location and demo

See <fpc>\packages\fpindexer for the source and a readme, as well as example applications.

Other packages

For an overview of all packages, go to Package List