LUCENE-5565: reverting spatial API change; leave in trunk for now

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1588400 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
David Wayne Smiley 2014-04-18 02:11:56 +00:00
parent e2fb46a51e
commit 1736bb4418
1 changed files with 2 additions and 2 deletions

View File

@ -61,6 +61,8 @@ API Changes
shutdown method was added to do what close used to do (flush, wait
for merges, commit, close).
* LUCENE-5565: Refactor SpatialPrefixTree/Cell to not use Strings. (David Smiley)
Documentation
* LUCENE-5392: Add/improve analysis package documentation to reflect
@ -234,8 +236,6 @@ API Changes
* LUCENE-5543: Remove/deprecate Directory.fileExists (Mike McCandless)
* LUCENE-5565: Refactor SpatialPrefixTree/Cell to not use Strings. (David Smiley)
* LUCENE-5573: Move docvalues constants and helper methods to o.a.l.index.DocValues.
(Dawid Weiss, Robert Muir)