public class LuceneSchemaIndexProviderFactory extends org.neo4j.kernel.extension.KernelExtensionFactory<LuceneSchemaIndexProviderFactory.Dependencies>
Modifier and Type | Class and Description |
---|---|
static interface |
LuceneSchemaIndexProviderFactory.Dependencies |
Modifier and Type | Field and Description |
---|---|
static String |
KEY |
static org.neo4j.kernel.api.index.SchemaIndexProvider.Descriptor |
PROVIDER_DESCRIPTOR |
Constructor and Description |
---|
LuceneSchemaIndexProviderFactory() |
Modifier and Type | Method and Description |
---|---|
LuceneSchemaIndexProvider |
newInstance(org.neo4j.kernel.impl.spi.KernelContext context,
LuceneSchemaIndexProviderFactory.Dependencies dependencies) |
getSettingsClass, toString
public static final String KEY
public static final org.neo4j.kernel.api.index.SchemaIndexProvider.Descriptor PROVIDER_DESCRIPTOR
public LuceneSchemaIndexProvider newInstance(org.neo4j.kernel.impl.spi.KernelContext context, LuceneSchemaIndexProviderFactory.Dependencies dependencies) throws Throwable
newInstance
in class org.neo4j.kernel.extension.KernelExtensionFactory<LuceneSchemaIndexProviderFactory.Dependencies>
Throwable
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.