Re: Full-text search for Solr manual

2019-11-13 Thread Alexandre Rafalovitch
Try: site:lucene.apache.org inurl:8_2 luceneMatchVersion (8.3 does not work, seems to be not fully? indexed by google yet) https://github.com/apache/lucene-solr/search?l=AsciiDoc&q=luceneMatchVersion (latest development version only). You can read the rendered documents (without extra processing

Re: Full-text search for Solr manual

2019-11-13 Thread Shawn Heisey
On 11/12/2019 11:15 PM, Luke Miller wrote: Unfortunately the Solr source does not ship with the source of the manual. (Directory /docs only contains a link to the online manual.) The docs directory is not where the manual lives. In the source code download, the solr/docs directory has an HTML

Re: Full-text search for Solr manual

2019-11-13 Thread Erick Erickson
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

Re: Full-text search for Solr manual

2019-11-12 Thread Luke Miller
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

Re: Full-text search for Solr manual

2019-11-11 Thread Alexandre Rafalovitch
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,

Full-text search for Solr manual

2019-11-11 Thread Luke Miller
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 no