| Package | Description |
|---|---|
| org.neo4j.kernel.api.index |
| Modifier and Type | Method and Description |
|---|---|
abstract IndexAccessor |
SchemaIndexProvider.getOnlineAccessor(long indexId,
IndexConfiguration config)
Used for updating an index once initial population has completed.
|
abstract IndexPopulator |
SchemaIndexProvider.getPopulator(long indexId,
IndexConfiguration config)
Used for initially populating a created index, using batch insertion.
|
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.