mirror of https://github.com/apache/lucene.git
LUCENE-5451: Upgrade to Spatial4j 0.4.1
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1569650 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b3044d6a04
commit
86ee00c352
|
@ -119,11 +119,11 @@ New Features
|
|||
parent. Added QueryNode.removeFromParent() that allows nodes to be
|
||||
detached from its parent node. (Adriano Crestani)
|
||||
|
||||
* LUCENE-5395: Upgrade Spatial4j 0.4: Parses WKT (including ENVELOPE) with
|
||||
extension "BUFFER"; buffering a point results in a Circle. JTS isn't needed
|
||||
for WKT any more but remains required for Polygons. New Shapes:
|
||||
ShapeCollection and BufferedLineString. Various other improvements and bug
|
||||
fixes too. More info:
|
||||
* LUCENE-5395 LUCENE-5451: Upgrade to Spatial4j 0.4.1: Parses WKT (including
|
||||
ENVELOPE) with extension "BUFFER"; buffering a point results in a Circle.
|
||||
JTS isn't needed for WKT any more but remains required for Polygons. New
|
||||
Shapes: ShapeCollection and BufferedLineString. Various other improvements and
|
||||
bug fixes too. More info:
|
||||
https://github.com/spatial4j/spatial4j/blob/master/CHANGES.md (David Smiley)
|
||||
|
||||
* LUCENE-5405: If an analysis component throws an exception, Lucene
|
||||
|
|
|
@ -37,7 +37,7 @@ com.google.inject.guice.version = 3.0
|
|||
/com.googlecode.juniversalchardet/juniversalchardet = 1.0.3
|
||||
/com.googlecode.mp4parser/isoparser = 1.0-RC-1
|
||||
/com.ibm.icu/icu4j = 52.1
|
||||
/com.spatial4j/spatial4j = 0.4
|
||||
/com.spatial4j/spatial4j = 0.4.1
|
||||
|
||||
com.sun.jersey.version = 1.8
|
||||
/com.sun.jersey.contribs/jersey-guice = ${com.sun.jersey.version}
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
4234d12b1ba4d4b539fb3e29edd948a99539d9eb
|
|
@ -1 +0,0 @@
|
|||
3fb96c751e83cd815b68e5f53d058f2cb8a9ecaa
|
|
@ -0,0 +1 @@
|
|||
4234d12b1ba4d4b539fb3e29edd948a99539d9eb
|
|
@ -1 +0,0 @@
|
|||
3fb96c751e83cd815b68e5f53d058f2cb8a9ecaa
|
Loading…
Reference in New Issue