From commits-return-101397-archive-asf-public=cust-asf.ponee.io@lucene.apache.org Wed Jun 6 00:16:28 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id DCA94180625 for ; Wed, 6 Jun 2018 00:16:27 +0200 (CEST) Received: (qmail 39469 invoked by uid 500); 5 Jun 2018 22:16:26 -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 39460 invoked by uid 99); 5 Jun 2018 22:16:26 -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; Tue, 05 Jun 2018 22:16:26 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id CAF73E0614; Tue, 5 Jun 2018 22:16:26 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: varun@apache.org To: commits@lucene.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: lucene-solr:master: SOLR-11453: fix typos in the CHANGES entry Date: Tue, 5 Jun 2018 22:16:26 +0000 (UTC) Repository: lucene-solr Updated Branches: refs/heads/master 0c6f38a31 -> 124b5e047 SOLR-11453: fix typos in the CHANGES entry Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/124b5e04 Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/124b5e04 Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/124b5e04 Branch: refs/heads/master Commit: 124b5e047df697bfd61f1d14f87a0ee5d24f68d8 Parents: 0c6f38a Author: Varun Thacker Authored: Tue Jun 5 15:16:12 2018 -0700 Committer: Varun Thacker Committed: Tue Jun 5 15:16:12 2018 -0700 ---------------------------------------------------------------------- solr/CHANGES.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/124b5e04/solr/CHANGES.txt ---------------------------------------------------------------------- diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt index 5adc677..6dd4889 100644 --- a/solr/CHANGES.txt +++ b/solr/CHANGES.txt @@ -70,8 +70,8 @@ Upgrade Notes To return the previous behavior pass false to skipCommitOnMasterVersionZero in slave section of replication handler configuration, or pass it to the fetchindex command. -* SOLR-11453: Configuring slowQueryThresholdMillis now logs slow requests to a separate file - solr_slow_requests.log . - Previously they would get logged in the solr.xml file +* SOLR-11453: Configuring slowQueryThresholdMillis now logs slow requests to a separate file - solr_slow_requests.log. + Previously they would get logged in the solr.log file. New Features ---------------------- @@ -140,7 +140,7 @@ New Features * SOLR-12328: JSON Facet API: Domain change with graph query. (Daniel Meehl, Kevin Watters, yonik) -* SOLR-11453: Configuring slowQueryThresholdMillis logs slow requests to a separate file - solr_slow_requests.log . +* SOLR-11453: Configuring slowQueryThresholdMillis logs slow requests to a separate file - solr_slow_requests.log. (Shawn Heisey, Remko Popma, Varun Thacker) * SOLR-12401: Add getValue() and setValue() Stream Evaluators (Joel Bernstein, janhoy)