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