Remove extra colons.

This commit is contained in:
Adrien Grand 2018-11-16 11:14:18 +01:00
parent 116cc28fa4
commit 57334721f0
1 changed files with 12 additions and 11 deletions

View File

@ -194,7 +194,7 @@ Optimizations
======================= Lucene 7.7.0 =======================
Build:
Build
* LUCENE-8537: ant test command fails under lucene/tools (Peter Somogyi)
@ -206,13 +206,13 @@ New Features
======================= Lucene 7.6.0 =======================
Build:
Build
* LUCENE-8504: Upgrade forbiddenapis to version 2.6. (Uwe Schindler)
* LUCENE-8493: Stop publishing insecure .sha1 files with releases (janhoy)
Bug fixes:
Bug fixes
* LUCENE-8479: QueryBuilder#analyzeGraphPhrase now throws TooManyClause exception
if the number of expanded path reaches the BooleanQuery#maxClause limit. (Jim Ferenczi)
@ -264,7 +264,7 @@ New Features
* LUCENE-8555: Add dateline crossing support to LatLonShapeBoundingBoxQuery. (Nick Knize)
Improvements:
Improvements
* LUCENE-8521: Change LatLonShape encoding to 7 dimensions instead of 6; where the
first 4 are index dimensions defining the bounding box of the Triangle and the
@ -276,7 +276,8 @@ Improvements:
* LUCENE-8558: Replace O(N) lookup with O(1) lookup in PerFieldMergeState#FilterFieldInfos.
(Kranthi via Simon Willnauer)
Other:
Other
* LUCENE-8523: Correct typo in JapaneseNumberFilterFactory javadocs (Ankush Jhalani
via Alan Woodward)
@ -286,14 +287,14 @@ Other:
======================= Lucene 7.5.1 =======================
Bug Fixes:
Bug Fixes
* LUCENE-8454: Fix incorrect vertex indexing and other computation errors in
shape tessellation that would sometimes cause an infinite loop. (Nick Knize)
======================= Lucene 7.5.0 =======================
API Changes:
API Changes
* LUCENE-8467: RAMDirectory, RAMFile, RAMInputStream, RAMOutputStream are deprecated
(Dawid Weiss)
@ -355,7 +356,7 @@ API Changes:
IndexReaders, allowing the caller to pass a FilterDirectoryReader, for example.
(Mike McCandless)
Bug Fixes:
Bug Fixes
* LUCENE-8445: Tighten condition when two planes are identical to prevent constructing
bogus tiles when building GeoPolygons. (Ignacio Vera)
@ -399,7 +400,7 @@ Bug Fixes:
allow access to it's delegate like other filter readers. This adds a new #getDelegate method
to access the wrapped reader. (Simon Willnauer)
Changes in Runtime Behavior:
Changes in Runtime Behavior
* LUCENE-7976: TieredMergePolicy now respects maxSegmentSizeMB by default when executing
findForcedMerges and findForcedDeletesMerges (Erick Erickson)
@ -456,7 +457,7 @@ Build
The buildAndPushRelease.py script validates that RM's PGP key is in the KEYS file.
Remove unused 'copy-to-stage' and '-dist-keys' targets from ant build. (janhoy)
Other:
Other
* LUCENE-8485: Update randomizedtesting to version 2.6.4. (Dawid Weiss)
@ -483,7 +484,7 @@ Other:
======================= Lucene 7.4.1 =======================
Bug Fixes:
Bug Fixes
* LUCENE-8365: Fix ArrayIndexOutOfBoundsException in UnifiedHighlighter. This fixes
a "off by one" error in the UnifiedHighlighter's code that is only triggered when