mirror of https://github.com/apache/lucene.git
LUCENE-3795: update the solr spatial4j.jar file
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene3795_lsp_spatial_module@1300263 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d5b39f875f
commit
4f11496d99
|
@ -56,7 +56,7 @@
|
|||
<classpathentry kind="src" path="modules/spatial/src/java"/>
|
||||
<classpathentry kind="src" path="modules/spatial/src/test"/>
|
||||
<classpathentry kind="src" path="modules/spatial/src/test-files"/>
|
||||
<classpathentry kind="lib" path="modules/spatial/lib/spatial4j-0.1.jar"/>
|
||||
<classpathentry kind="lib" path="modules/spatial/lib/spatial4j-0.2.jar"/>
|
||||
<classpathentry kind="src" path="solr/core/src/java"/>
|
||||
<classpathentry kind="src" path="solr/core/src/test"/>
|
||||
<classpathentry kind="src" path="solr/core/src/test-files"/>
|
||||
|
|
|
@ -114,7 +114,7 @@ public class TwoDoublesStrategy extends SpatialStrategy<TwoDoublesFieldInfo> {
|
|||
// For starters, just limit the bbox
|
||||
Shape shape = args.getShape();
|
||||
if (!(shape instanceof Rectangle)) {
|
||||
throw new InvalidShapeException("A rectangle is the only supported at this time, not "+shape.getClass());//TODO
|
||||
throw new InvalidShapeException("A rectangle is the only supported shape (so far), not "+shape.getClass());//TODO
|
||||
}
|
||||
Rectangle bbox = (Rectangle) shape;
|
||||
if (bbox.getCrossesDateLine()) {
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
AnyObjectId[6d3c8ca133496a20135a1d0fdb7f77811794f899] was removed in git history.
|
||||
Apache SVN contains full history.
|
|
@ -0,0 +1,2 @@
|
|||
AnyObjectId[82d4eadc1a5301bb86440e1eac81834fea8cba49] was removed in git history.
|
||||
Apache SVN contains full history.
|
Loading…
Reference in New Issue