public class LuceneDataSource
extends org.neo4j.kernel.lifecycle.LifecycleAdapter
LuceneIndexImplementation.| Modifier and Type | Class and Description |
|---|---|
static class |
LuceneDataSource.Configuration |
| Modifier and Type | Field and Description |
|---|---|
static org.apache.lucene.analysis.Analyzer |
KEYWORD_ANALYZER |
static org.apache.lucene.analysis.Analyzer |
WHITESPACE_ANALYZER |
| Constructor and Description |
|---|
LuceneDataSource(File storeDir,
org.neo4j.kernel.configuration.Config config,
org.neo4j.kernel.impl.index.IndexConfigStore indexStore,
org.neo4j.io.fs.FileSystemAbstraction fileSystemAbstraction,
org.neo4j.kernel.impl.factory.OperationalMode operationalMode)
Constructs this data source.
|
| Modifier and Type | Method and Description |
|---|---|
static File |
getLuceneIndexStoreDirectory(File storeDir) |
void |
init() |
void |
shutdown() |
public static final org.apache.lucene.analysis.Analyzer WHITESPACE_ANALYZER
public static final org.apache.lucene.analysis.Analyzer KEYWORD_ANALYZER
public LuceneDataSource(File storeDir, org.neo4j.kernel.configuration.Config config, org.neo4j.kernel.impl.index.IndexConfigStore indexStore, org.neo4j.io.fs.FileSystemAbstraction fileSystemAbstraction, org.neo4j.kernel.impl.factory.OperationalMode operationalMode)
public void init()
init in interface org.neo4j.kernel.lifecycle.Lifecycleinit in class org.neo4j.kernel.lifecycle.LifecycleAdapterpublic void shutdown()
throws IOException
shutdown in interface org.neo4j.kernel.lifecycle.Lifecycleshutdown in class org.neo4j.kernel.lifecycle.LifecycleAdapterIOExceptionCopyright © 2018–2021 Graph Foundation, Inc.. All rights reserved.