| Package | Description |
|---|---|
| org.neo4j.server.rest.repr | |
| org.neo4j.server.rest.web |
| Modifier and Type | Class and Description |
|---|---|
class |
NodeAutoIndexRepresentation |
class |
NodeIndexRepresentation |
class |
RelationshipAutoIndexRepresentation |
class |
RelationshipIndexRepresentation |
| Constructor and Description |
|---|
IndexedEntityRepresentation(org.neo4j.graphdb.Node node,
String key,
String value,
IndexRepresentation indexRepresentation) |
IndexedEntityRepresentation(org.neo4j.graphdb.Relationship rel,
String key,
String value,
IndexRepresentation indexRepresentation) |
| Modifier and Type | Method and Description |
|---|---|
IndexRepresentation |
DatabaseActions.createNodeIndex(Map<String,Object> indexSpecification) |
IndexRepresentation |
DatabaseActions.createRelationshipIndex(Map<String,Object> indexSpecification) |
Copyright © 2002–2018 The Neo4j Graph Database Project. All rights reserved.