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:
Ryan McKinley 2012-03-13 18:07:27 +00:00
parent d5b39f875f
commit 4f11496d99
4 changed files with 4 additions and 4 deletions

View File

@ -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"/>

View File

@ -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()) {

View File

@ -1,2 +0,0 @@
AnyObjectId[6d3c8ca133496a20135a1d0fdb7f77811794f899] was removed in git history.
Apache SVN contains full history.

View File

@ -0,0 +1,2 @@
AnyObjectId[82d4eadc1a5301bb86440e1eac81834fea8cba49] was removed in git history.
Apache SVN contains full history.