| Package | Description |
|---|---|
| org.neo4j.index.lucene |
Contains
QueryContext and
ValueContext which is part of the
public API for an Index backed by Lucene. |
| org.neo4j.udc |
| Constructor and Description |
|---|
LuceneLabelScanStoreBuilder(File storeDir,
org.neo4j.kernel.impl.store.NeoStores neoStores,
org.neo4j.io.fs.FileSystemAbstraction fileSystem,
org.neo4j.kernel.configuration.Config config,
UsageDataKeys.OperationalMode operationalMode,
org.neo4j.logging.LogProvider logProvider) |
| Modifier and Type | Field and Description |
|---|---|
static UsageDataKey<UsageDataKeys.OperationalMode> |
UsageDataKeys.operationalMode
Operational mode of the database
|
| Modifier and Type | Method and Description |
|---|---|
static UsageDataKeys.OperationalMode |
UsageDataKeys.OperationalMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UsageDataKeys.OperationalMode[] |
UsageDataKeys.OperationalMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2002–2017 The Neo4j Graph Database Project. All rights reserved.