|
Neo4j Enterprise | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ReadOnlyIndex | |
|---|---|
| org.neo4j.graphdb.index | Integrated API for node and relationship indexing. |
| Uses of ReadOnlyIndex in org.neo4j.graphdb.index |
|---|
| Subinterfaces of ReadOnlyIndex in org.neo4j.graphdb.index | |
|---|---|
interface |
Index<T extends PropertyContainer>
An index to associate key/value pairs with entities ( Nodes or
Relationships) for fast lookup and querying. |
interface |
RelationshipIndex
Extends the Index interface with additional get/query methods which
are specific to Relationships. |
| Methods in org.neo4j.graphdb.index that return ReadOnlyIndex | |
|---|---|
ReadOnlyIndex<T> |
AutoIndexer.getAutoIndex()
Returns the auto index used by the auto indexer. |
|
Neo4j Enterprise | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||