Difference between revisions of "fpindexer"

From Lazarus wiki
Jump to navigationJump to search
m
 
(One intermediate revision by one other user not shown)
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 15: Line 18:
 
[[Category:Packages]]
 
[[Category:Packages]]
 
[[Category:FPC]]
 
[[Category:FPC]]
 +
[[Category:Data management]]
 +
[[Category:Databases]]

Latest revision as of 09: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