Difference between revisions of "fpindexer"

From Free Pascal wiki
Jump to navigationJump to search
(fpindexer; new page; can be useful for full text indexing dbs...)
 
Line 13: Line 13:
 
For an overview of all packages, go to [[Package List]]
 
For an overview of all packages, go to [[Package List]]
  
 +
[[Category:Packages]]
 
[[Category:FPC]]
 
[[Category:FPC]]

Revision as of 08:47, 30 April 2013

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