I posed a similar question before, but I donβt think I explained my requirements very clearly. Basically, I have a .NET application that writes a bunch of HTML files ... I also want this application to index these HTML files for full-text search so that the javascript code in the HTML files can query the index (based on search queries entered by a user viewing offline files in a web browser).
The idea is to create it all and then copy it onto something like a flash drive or a CD to distribute them for viewing on a device with a web browser, but not necessarily access to the Internet.
I used Apache Solr to prove the concept, but for this you need to start the web server.
The closest I came to is JSSindex (jssindex.sourceforge.net), which uses Lush, but our users' environment is Windows, and we donβt want them to install Cygwin.
source
share