Package | Description |
---|---|
org.neo4j.graphdb |
The core graph database API.
|
org.neo4j.graphdb.index |
Integrated API for node and relationship indexing.
|
org.neo4j.graphdb.schema |
Optional graph schema including indexes and constraints.
|
Class and Description |
---|
IndexManager |
Class and Description |
---|
AutoIndexer
Deprecated.
this feature will be removed in a future release, please consider using schema indexes instead
|
Index
An index to associate key/value pairs with entities (
Node s or
Relationship s) for fast lookup and querying. |
IndexHits
An
Iterator with additional IndexHits.size() and IndexHits.close()
methods on it, used for iterating over index query results. |
IndexPopulationProgress
This class is simply a progress counter of indexing population progress.
|
ReadableIndex
An index that allows for read only operations.
|
ReadableRelationshipIndex
Extends the
ReadableIndex interface with additional get/query methods
which
are specific to Relationship s. |
RelationshipAutoIndexer
Deprecated.
this feature will be removed in a future release, please consider using schema indexes instead
|
RelationshipIndex
Extends the ReadableRelationshipIndex and the Index interfaces
for completing the set of available types.
|
UniqueFactory
A utility class for creating unique (with regard to a given index) entities.
|
UniqueFactory.UniqueEntity |
Class and Description |
---|
IndexPopulationProgress
This class is simply a progress counter of indexing population progress.
|
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.