You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ds...@apache.org on 2013/10/27 19:33:18 UTC

svn commit: r1536180 - /lucene/dev/trunk/lucene/CHANGES.txt

Author: dsmiley
Date: Sun Oct 27 18:33:17 2013
New Revision: 1536180

URL: http://svn.apache.org/r1536180
Log:
LUCENE-2844: spatial benchmark

Modified:
    lucene/dev/trunk/lucene/CHANGES.txt

Modified: lucene/dev/trunk/lucene/CHANGES.txt
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/lucene/CHANGES.txt?rev=1536180&r1=1536179&r2=1536180&view=diff
==============================================================================
--- lucene/dev/trunk/lucene/CHANGES.txt (original)
+++ lucene/dev/trunk/lucene/CHANGES.txt Sun Oct 27 18:33:17 2013
@@ -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