You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by iv...@apache.org on 2019/01/23 07:36:03 UTC

[lucene-solr] branch branch_8x updated: LUCENE-8649: Add missing entry in CHANGES.txt

This is an automated email from the ASF dual-hosted git repository.

ivera pushed a commit to branch branch_8x
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/branch_8x by this push:
     new 8cb89df  LUCENE-8649: Add missing entry in CHANGES.txt
8cb89df is described below

commit 8cb89df72295523bc6b58a11579b0aa8174a323e
Author: iverase <iv...@apache.org>
AuthorDate: Wed Jan 23 08:35:50 2019 +0100

    LUCENE-8649: Add missing entry in CHANGES.txt
---
 lucene/CHANGES.txt | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt
index bf7df6f..3c8083e 100644
--- a/lucene/CHANGES.txt
+++ b/lucene/CHANGES.txt
@@ -277,6 +277,9 @@ Bug fixes:
 * LUCENE-8639: Newly created threadstates while flushing / refreshing can cause duplicated
   sequence IDs on IndexWriter. (Simon Willnauer)
 
+* LUCENE-8649: LatLonShape's within and disjoint queries can return false positives with
+  indexed multi-shapes. (Ignacio Vera)
+
 * LUCENE-8654: Polygon2D#relateTriangle returns the wrong answer if polygon is inside
   the triangle. (Ignacio Vera)