We have an elmah error log folder in XML format. These files will be in millions, and each file can have a size of up to 50 kb. We need to be able to search for files (for example: what errors occurred, which system failed, etc.). Do we have an open source system that will index files and perhaps help us search for files using keywords? I looked at Lucene.net, but it seems that I will have the application code. Please advise.
source
share