public class SpatialIndexWrapper<S extends org.neo4j.graphdb.PropertyContainer,T extends org.structr.api.graph.PropertyContainer> extends AbstractIndexWrapper<S,T>
graphDb, index
Constructor and Description |
---|
SpatialIndexWrapper(Neo4jDatabaseService graphDb,
org.neo4j.graphdb.index.Index<S> index) |
Modifier and Type | Method and Description |
---|---|
protected Object |
convertForIndexing(Object source,
Class typeHint) |
protected Object |
convertForQuerying(Object source,
Class typeHint) |
org.structr.api.QueryResult<T> |
query(org.structr.api.search.QueryPredicate predicate) |
public SpatialIndexWrapper(Neo4jDatabaseService graphDb, org.neo4j.graphdb.index.Index<S> index)
protected Object convertForIndexing(Object source, Class typeHint)
convertForIndexing
in class AbstractIndexWrapper<S extends org.neo4j.graphdb.PropertyContainer,T extends org.structr.api.graph.PropertyContainer>
protected Object convertForQuerying(Object source, Class typeHint)
convertForQuerying
in class AbstractIndexWrapper<S extends org.neo4j.graphdb.PropertyContainer,T extends org.structr.api.graph.PropertyContainer>
public org.structr.api.QueryResult<T> query(org.structr.api.search.QueryPredicate predicate)
Copyright © 2016. All rights reserved.