mirror of https://github.com/apache/lucene.git
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:
parent
e2fb46a51e
commit
1736bb4418
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue