From commits-return-102007-archive-asf-public=cust-asf.ponee.io@lucene.apache.org Thu Jul 5 02:41:44 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 7EDEA180608 for ; Thu, 5 Jul 2018 02:41:44 +0200 (CEST) Received: (qmail 65901 invoked by uid 500); 5 Jul 2018 00:41:43 -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 65891 invoked by uid 99); 5 Jul 2018 00:41:43 -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; Thu, 05 Jul 2018 00:41:43 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 68E8EDFB1A; Thu, 5 Jul 2018 00:41:43 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dnhatn@apache.org To: commits@lucene.apache.org Message-Id: <261e9870ac6d4c0ca72bf3d628dc3f16@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: lucene-solr:branch_7_4: LUCENE-8381: Add change log entry Date: Thu, 5 Jul 2018 00:41:43 +0000 (UTC) Repository: lucene-solr Updated Branches: refs/heads/branch_7_4 a35f18e56 -> 911f96b0f LUCENE-8381: Add change log 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/911f96b0 Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/911f96b0 Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/911f96b0 Branch: refs/heads/branch_7_4 Commit: 911f96b0f3ccf9416f04195b87b2d5296de24a8f Parents: a35f18e Author: Nhat Nguyen Authored: Wed Jul 4 20:16:56 2018 -0400 Committer: Nhat Nguyen Committed: Wed Jul 4 20:35:14 2018 -0400 ---------------------------------------------------------------------- lucene/CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/911f96b0/lucene/CHANGES.txt ---------------------------------------------------------------------- diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 8cf709f..2583bf9 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -12,6 +12,9 @@ Bug Fixes: a "off by one" error in the UnifiedHighlighter's code that is only triggered when two nested SpanNearQueries contain the same term. (Marc-Andre Morissette via Simon Willnauer) + * LUCENE-8381: Fix IndexWriter incorrectly interprets hard-deletes as soft-deletes + while wrapping reader for merges. (Simon Willnauer, Nhat Nguyen) + ======================= Lucene 7.4.0 ======================= Upgrading