Difference between revisions of "fpindexer"

From Lazarus wiki
Jump to navigationJump to search
m
 
Line 9: Line 9:
 
== Location and demo ==
 
== Location and demo ==
 
See <fpc>\packages\fpindexer for the source and a readme, as well as example applications.
 
See <fpc>\packages\fpindexer for the source and a readme, as well as example applications.
 +
 +
== License ==
 +
The same as the FCL license: LGPL with linking exception.
  
 
== Other packages ==
 
== Other packages ==
Line 16: Line 19:
 
[[Category:FPC]]
 
[[Category:FPC]]
 
[[Category:Data management]]
 
[[Category:Data management]]
 +
[[Category:Databases]]

Latest revision as of 08:41, 23 July 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.

License

The same as the FCL license: LGPL with linking exception.

Other packages

For an overview of all packages, go to Package List