...It consists of two applications:
The indexer is a configurable tool for creating an index for large amounts of source code or plain text files.
The searcher is a GUI based tool for fast full text search within previously created indexes.
The toolchain also supports code tagging, i.e. you can include special tags within comments inside the source code. These are indexed separately and can be associated with any kind of URL, which can be opened from the searcher tool itself.
Searching and indexing is based on the Lucene framework by Apache Software Foundation.
...