You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2015/12/24 18:54:42 UTC

[5/6] jena git commit: Update Lucene version tag

Update Lucene version tag


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/6e9bbe42
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/6e9bbe42
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/6e9bbe42

Branch: refs/heads/master
Commit: 6e9bbe4290f86653e94116052e6a43f1be9c1d8e
Parents: ee596ed
Author: Andy Seaborne <an...@apache.org>
Authored: Thu Dec 24 17:29:22 2015 +0000
Committer: Andy Seaborne <an...@apache.org>
Committed: Thu Dec 24 17:29:22 2015 +0000

----------------------------------------------------------------------
 .../java/org/apache/jena/query/spatial/SpatialIndexLucene.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/6e9bbe42/jena-spatial/src/main/java/org/apache/jena/query/spatial/SpatialIndexLucene.java
----------------------------------------------------------------------
diff --git a/jena-spatial/src/main/java/org/apache/jena/query/spatial/SpatialIndexLucene.java b/jena-spatial/src/main/java/org/apache/jena/query/spatial/SpatialIndexLucene.java
index 09518ba..cace70b 100644
--- a/jena-spatial/src/main/java/org/apache/jena/query/spatial/SpatialIndexLucene.java
+++ b/jena-spatial/src/main/java/org/apache/jena/query/spatial/SpatialIndexLucene.java
@@ -50,7 +50,7 @@ public class SpatialIndexLucene implements SpatialIndex {
 			.getLogger(SpatialIndexLucene.class);
 
 	private static int MAX_N = 10000;
-	public static final Version VER = Version.LUCENE_46;
+	public static final Version VER = Version.LUCENE_4_9;
 
 	public static final FieldType ftIRI;
 	static {