Provide support for custom indexing
Source code indexing and full text search tool based on Lucene.
Status: Alpha
Brought to you by:
dust79
Currently index creation is hardcoded and only full text and tag search are supported. The system should be extended such, that custom indexes can be created. It should be possible to provide custom search dialogs for searching the custom indexes.
When adding this system the currently hardcoded full text and tag search indexes should be migrated to it.
Anonymous