I am looking for a search engine that finds documents from my local database on the basis of a search query. The process does not involve any web pages. They include only a set of text documents(pdf and doc files).
Please suggest a few efficient search engines for this process.
I am looking for a search engine that finds documents from my local database
Share
I would try Solr first (it is built on top of Lucene). Comes with a nice web based admin tool also.