The source tarball is what you need. Go to the download page, click the “Apache Archive” link, thence to the version you care about and download the source. All the docs have an “.adoc” extension. The Atom editor will render those pages for you, but they’re not complicated markup.
Best, Erick > On Nov 13, 2019, at 1:15 AM, Luke Miller <s...@ohrt.info> wrote: > > Thanks Alex, > > > > For your response. > > > > Unfortunately the Solr source does not ship with the source of the manual. > (Directory /docs only contains a link to the online manual.) > > > > Google search with domain limitation does not give any results, as mentioned > in my initial post. Any other limitation does not filter for a specific > version. E.g. https://www.google.de/search?q= > <https://www.google.de/search?q=%22Solr%20Ref%20Guide%208.3%22%20site:https: > //lucene.apache.org/%20luceneMatchVersion> > "Solr%20Ref%20Guide%208.3"%20site:https://lucene.apache.org/%20luceneMatchVe > rsion > > > > I ended up downloading the whole documentation manually: > > wget --timeout=1 --tries=5 --cut-dirs=3 -mkpnp -nH -P solr-8.3 -e robots=off > https://lucene.apache.org/solr/guide/8_3/ > > > > And then I have to grep. A plain PDF file would be so much more convenient! > Of course a Solr-enabled search for the online manual would work as well. > > > > Thanks, > > Julian > > > > > >> Grep on the source of the manual (which ships with Solr source). > >> > >> Google search with domain or keywords limitations. > >> > >> Online copy searching is not powered by Solr yet. Yes, we are aware of the > >> irony and are discussing it. > >> > >> Regards, > >> Aled > >> > >> On Tue, Nov 12, 2019, 1:25 AM Luke Miller wrote: > >> > >>> Hi, > >>> > >>> > >>> > >>> I just noticed that since Solr 8.2 the Apache Solr Reference Guide is not > >>> available anymore as PDF. > >>> > >>> > >>> > >>> Is there a way to perform a full-text search using the HTML manual? E.g. > >>> I'd > >>> like to find every hit for "luceneMatchVersion". > >>> > >>> > >>> > >>> * Using the integrated "Page title lookup." does not find anything > ( > >>> - > >>> sure, it only looks up page titles. ) > >>> * Google does not return anything either searching for: > >>> site:https://lucene.apache.org/solr/guide/8_3/ luceneMatchVersion > >>> > >>> > >>> > >>> Is there another search method I missed? > >>> > >>> > >>> > >>> Thanks. > >>> > >>> > > >