I am looking for an open source tool that can be used to search for text files on a local machine. I looked at elasticsearch, but it seems too complicated with more functions than I need.
I need to search only text files on the local machine. I am looking for something that will take the file directory and search string as input, and list the files containing the string. The size of the data is likely to spread across several GBs to hundreds of files, so something that has the ability to index is likely to work best. The simple client-side HTML user interface will be fantastic.
I don't need streaming data, collecting, aggregating multiple servers, web services, supporting multiple files, external databases, etc.
Someone must have done this already. Can someone point me in the right direction?
Edited to add: I'm looking for a library that can be integrated into another client application. The local search interface is lucene / elasticsearch / etc, which does not require a web server or database.
search search-engine full-text-search
bea
source share