The CodeXCavator is a tool for source code indexing, tagging, and fast full-text search.
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.
The CodeXCavator can also be extended through plugins.
Detailed documentation can be found in the Wiki of the project.
NOTE: If you have some interesting syntax highlighter definitions feel free and send them to me, I will then integrate them into the next version. Use my SF mail alias. for this.