public class RelationshipIndexManager extends Object implements org.structr.api.index.IndexManager<org.structr.api.graph.Relationship>
Constructor and Description |
---|
RelationshipIndexManager(Neo4jDatabaseService graphDb) |
Modifier and Type | Method and Description |
---|---|
org.structr.api.index.Index<org.structr.api.graph.Relationship> |
exact() |
org.structr.api.index.Index<org.structr.api.graph.Relationship> |
fulltext() |
org.structr.api.index.Index<org.structr.api.graph.Relationship> |
spatial() |
public RelationshipIndexManager(Neo4jDatabaseService graphDb)
public org.structr.api.index.Index<org.structr.api.graph.Relationship> fulltext()
fulltext
in interface org.structr.api.index.IndexManager<org.structr.api.graph.Relationship>
public org.structr.api.index.Index<org.structr.api.graph.Relationship> exact()
exact
in interface org.structr.api.index.IndexManager<org.structr.api.graph.Relationship>
public org.structr.api.index.Index<org.structr.api.graph.Relationship> spatial()
spatial
in interface org.structr.api.index.IndexManager<org.structr.api.graph.Relationship>
Copyright © 2016. All rights reserved.