TextIndexer is a PHP script with a mechanism
that is able to generate an index based on a unique ID, which is than
searched. It returns text clippings with the unique ID. TextIndexer is
intended for searching text content in databases, text files, etc.
TextIndexer 1.0
The Indexer is separated in two parts: the indexing mechanism and the searching mechanism.
The indexing mechanism is able to generate a text index. You put some text fields with a unique id into the indexer.
the searching mechanism returns text clippings with the unique id to identify the origin.
It is intended for searching text content in database fields or other text oriented stores.
Latest Release: November 2, 2004
Last Modification: November 2, 2004
Category: PHP:Search Engine
|