Here's a geeky way to do it yourself: Fire up Solr 4.x, run this from example/exampledocs:
java -Ddata=web -Ddelay=2 -Drecursive=1 -jar post.jar http://wiki.apache.org/solr/ (although I do end up getting a bunch of 503's, so maybe this isn't very reliable yet?) Tada: http://localhost:8983/solr/collection1/browse :) Erik On Dec 29, 2012, at 16:54 , d_k wrote: > Hello, > > I'm setting up Solr inside an intranet without an internet access and > I was wondering if there is a way to obtain the data dump of the Solr > Wiki (http://wiki.apache.org/solr/) for offline viewing and searching. > > I understand MoinMoin has an export feature one can use > (http://moinmo.in/MoinDump and > http://moinmo.in/HelpOnMoinCommand/ExportDump) but i'm afraid it needs > to be executed from within the MoinMoin server. > > Is there a way to obtain the result of that command? > Is there another way to view the solr wiki offline?