Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 6A2A3200C33 for ; Fri, 24 Feb 2017 22:19:53 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 6904F160B79; Fri, 24 Feb 2017 21:19:53 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 98856160B7D for ; Fri, 24 Feb 2017 22:19:52 +0100 (CET) Received: (qmail 17400 invoked by uid 500); 24 Feb 2017 21:19:46 -0000 Mailing-List: contact commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list commits@lucene.apache.org Received: (qmail 16720 invoked by uid 99); 24 Feb 2017 21:19:45 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Feb 2017 21:19:45 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id B60D8DFC1C; Fri, 24 Feb 2017 21:19:45 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: cpoerschke@apache.org To: commits@lucene.apache.org Date: Fri, 24 Feb 2017 21:20:23 -0000 Message-Id: <5ba1871423e34c8fba6036d1d1327027@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [40/50] [abbrv] lucene-solr:jira/solr-6203: SOLR-9450: The docs/ folder in the binary distribution now contains a single index.html file linking to the online documentation, reducing the size of the download archived-at: Fri, 24 Feb 2017 21:19:53 -0000 SOLR-9450: The docs/ folder in the binary distribution now contains a single index.html file linking to the online documentation, reducing the size of the download Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/894a43b2 Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/894a43b2 Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/894a43b2 Branch: refs/heads/jira/solr-6203 Commit: 894a43b259a72a82f07649b0d93ab3c17c4d89c4 Parents: 3ad6e41 Author: Uwe Schindler Authored: Thu Feb 23 15:43:45 2017 +0100 Committer: Uwe Schindler Committed: Thu Feb 23 15:43:45 2017 +0100 ---------------------------------------------------------------------- solr/CHANGES.txt | 6 ++-- solr/README.txt | 2 +- solr/build.xml | 21 +++++++++++-- solr/common-build.xml | 18 ++++++++++- solr/site/online-link.xsl | 69 ++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 109 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/894a43b2/solr/CHANGES.txt ---------------------------------------------------------------------- diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index fc5bfe1..9ece4f8 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -246,6 +246,9 @@ Other Changes * SOLR-10020: Cannot reload a core if it fails initialization. (Mike Drob via Erick Erickson) +* SOLR-9450: The docs/ folder in the binary distribution now contains a single index.html file linking + to the online documentation, reducing the size of the download (janhoy, Shawn Heisey, Uwe Schindler) + ================== 6.4.2 ================== Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release. @@ -697,7 +700,7 @@ Upgrade Notes New Features ---------------------- -* SOLR-5725: facet.method=enum can bypass exact counts calculation with facet.exists=true, it just returns 1 for +* SOLR-5725: facet.method=enum can bypass exact counts calculation with facet.exists=true, it just returns 1 for terms which exists in result docset. (Alexey Kozhemiakin, Sebastian Koziel, Radoslaw Zielinski via Mikhail Khludnev) * SOLR-9127: Excel workbook (.xlsx) response writer. use 'wt=xlsx' (Tony Moriarty, noble) @@ -974,7 +977,6 @@ Other Changes * SOLR-9371: Fix bin/solr calculations for start/stop wait time and RMI_PORT. (Shawn Heisey via Erick Erickson) - ================== 6.2.1 ================== Bug Fixes http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/894a43b2/solr/README.txt ---------------------------------------------------------------------- diff --git a/solr/README.txt b/solr/README.txt index 3e7a09c..4ef5eac 100644 --- a/solr/README.txt +++ b/solr/README.txt @@ -118,7 +118,7 @@ dist/solr--XX.jar for more information). docs/index.html - The Apache Solr Javadoc API documentation and Tutorial + A link to the online version of Apache Solr Javadoc API documentation and Tutorial Instructions for Building Apache Solr from Source http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/894a43b2/solr/build.xml ---------------------------------------------------------------------- diff --git a/solr/build.xml b/solr/build.xml index b900aed..b176585 100644 --- a/solr/build.xml +++ b/solr/build.xml @@ -209,6 +209,21 @@ + + + + + + + + + + + + + + @@ -455,7 +470,7 @@ - + @@ -545,7 +560,7 @@ - + @@ -586,7 +601,7 @@ dist/solrj-lib/* dist/test-framework/**" excludes="**/*.tgz **/*.zip **/*.md5 **/*src*.jar **/*docs*.jar **/*.sha1" /> - http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/894a43b2/solr/common-build.xml ---------------------------------------------------------------------- diff --git a/solr/common-build.xml b/solr/common-build.xml index 8bf9db7..5e8976c 100644 --- a/solr/common-build.xml +++ b/solr/common-build.xml @@ -42,6 +42,7 @@ + @@ -339,7 +340,7 @@ + + + + http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/894a43b2/solr/site/online-link.xsl ---------------------------------------------------------------------- diff --git a/solr/site/online-link.xsl b/solr/site/online-link.xsl new file mode 100644 index 0000000..0f2fd18 --- /dev/null +++ b/solr/site/online-link.xsl @@ -0,0 +1,69 @@ + + + + + + + + + + + <xsl:text>Apache Solr </xsl:text><xsl:value-of select="$version"/><xsl:text> Documentation</xsl:text> + + + + +
+ + Solr + +
+ TM +
+
+

+ Apache Solr + + TM + + + + Documentation +

+

+ + + Follow this link to view online documentation for Solr . + + + No online documentation available for custom builds or SNAPSHOT versions. Run ant documentation from src.tgz package to build docs locally. + + +

+ + +
+ +