removing dependency on spatial
This commit is contained in:
committed by
Michael Hunger
parent
6006727e42
commit
56d9067637
@@ -17,12 +17,17 @@ package org.springframework.data.neo4j.support.index;
|
||||
|
||||
import java.util.Map;
|
||||
|
||||
<<<<<<< HEAD
|
||||
<<<<<<< HEAD
|
||||
import org.neo4j.graphdb.index.IndexManager;
|
||||
import org.neo4j.helpers.collection.MapUtil;
|
||||
=======
|
||||
import org.neo4j.gis.spatial.indexprovider.SpatialIndexProvider;
|
||||
>>>>>>> refactoring to support more index types
|
||||
=======
|
||||
import org.neo4j.graphdb.index.IndexManager;
|
||||
import org.neo4j.helpers.collection.MapUtil;
|
||||
>>>>>>> removing dependency on spatial
|
||||
import org.neo4j.index.impl.lucene.LuceneIndexImplementation;
|
||||
|
||||
public enum IndexType
|
||||
|
||||
Reference in New Issue
Block a user