LUCENE-8550: remove double entry for bug fixes in CHANGES.txt

This commit is contained in:
iverase 2018-11-02 08:06:11 +01:00
parent ae9185f7d8
commit bbb9f726e0
1 changed files with 11 additions and 13 deletions

View File

@ -215,6 +215,17 @@ Bug fixes:
* LUCENE-8524: Add the Hangul Letter Araea (interpunct) as a separator in Nori's tokenizer. * LUCENE-8524: Add the Hangul Letter Araea (interpunct) as a separator in Nori's tokenizer.
This change also removes empty terms and trim surface form in Nori's Korean dictionary. (Trey Jones, Jim Ferenczi) This change also removes empty terms and trim surface form in Nori's Korean dictionary. (Trey Jones, Jim Ferenczi)
* LUCENE-8550: Fix filtering of coplanar points when creating linked list on
polygon tesselator. (Ignacio Vera)
* LUCENE-8549: Polygon tessellator throws an error if some parts of the shape
could not be processed. (Ignacio Vera)
* LUCENE-8540: Better handling of min/max values for Geo3d encoding. (Ignacio Vera)
* LUCENE-8534: Fix incorrect computation for triangles intersecting polygon edges in
shape tessellation. (Ignacio Vera)
New Features New Features
* LUCENE-8496: Selective indexing - modify BKDReader/BKDWriter to allow users * LUCENE-8496: Selective indexing - modify BKDReader/BKDWriter to allow users
@ -236,19 +247,6 @@ Improvements:
first 4 are index dimensions defining the bounding box of the Triangle and the first 4 are index dimensions defining the bounding box of the Triangle and the
remaining 3 data dimensions define the vertices of the triangle. (Nick Knize) remaining 3 data dimensions define the vertices of the triangle. (Nick Knize)
Bug Fixes:
* LUCENE-8550: Fix filtering of coplanar points when creating linked list on
polygon tesselator. (Ignacio Vera)
* LUCENE-8549: Polygon tessellator throws an error if some parts of the shape
could not be processed. (Ignacio Vera)
* LUCENE-8540: Better handling of min/max values for Geo3d encoding. (Ignacio Vera)
* LUCENE-8534: Fix incorrect computation for triangles intersecting polygon edges in
shape tessellation. (Ignacio Vera)
Other: Other:
* LUCENE-8523: Correct typo in JapaneseNumberFilterFactory javadocs (Ankush Jhalani * LUCENE-8523: Correct typo in JapaneseNumberFilterFactory javadocs (Ankush Jhalani