From 68078aebb5cb503473847262e074daa70caf00eb Mon Sep 17 00:00:00 2001 From: David Wayne Smiley Date: Sun, 27 Oct 2013 18:33:17 +0000 Subject: [PATCH] LUCENE-2844: spatial benchmark git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1536180 13f79535-47bb-0310-9956-ffa450edef68 --- lucene/CHANGES.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lucene/CHANGES.txt b/lucene/CHANGES.txt index 6cf00a2d40d..22e10224d3e 100644 --- a/lucene/CHANGES.txt +++ b/lucene/CHANGES.txt @@ -123,6 +123,9 @@ New Features * LUCENE-5304: SingletonSortedSetDocValues can now return the wrapped SortedDocValues (Robert Muir, Adrien Grand) +* LUCENE-2844: The benchmark module can now test the spatial module. See + spatial.alg (David Smiley, Liviy Ambrose) + Bug Fixes * LUCENE-4998: Fixed a few places to pass IOContext.READONCE instead