A fast and efficient full-text search engine built for analyzing large text datasets. Key features include:
- Advanced Search Capabilities - Implements full-text search with support for complex query syntax, including AND/OR operators, exact phrase matching, wildcards, and fuzzy search.
- Efficient Data Processing - Uses intelligent chunking of large files and progressive loading for faster search results, with resume-capable indexing and progress tracking.
- Modern Interface - Clean web interface built with Flask, featuring search highlighting with context and real-time indexing statistics.
- Scalable Architecture - Built on Elasticsearch for reliable performance with large datasets, supporting detailed search results with file metadata.