public class LuceneIndexImplementation extends Object implements org.neo4j.graphdb.index.IndexImplementation
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_LAZY_THRESHOLD |
static Map<String,String> |
EXACT_CONFIG |
static Map<String,String> |
FULLTEXT_CONFIG |
static String |
SERVICE_NAME |
| Constructor and Description |
|---|
LuceneIndexImplementation(LuceneDataSource dataSource) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configMatches(Map<String,String> storedConfig,
Map<String,String> config) |
Map<String,String> |
fillInDefaults(Map<String,String> source) |
void |
force() |
org.neo4j.graphdb.ResourceIterator<File> |
listStoreFiles() |
org.neo4j.kernel.impl.transaction.command.NeoCommandHandler |
newApplier(boolean recovery) |
org.neo4j.graphdb.index.LegacyIndexProviderTransaction |
newTransaction(org.neo4j.graphdb.index.IndexCommandFactory commandFactory) |
public static final String SERVICE_NAME
public static final int DEFAULT_LAZY_THRESHOLD
public LuceneIndexImplementation(LuceneDataSource dataSource)
public org.neo4j.graphdb.index.LegacyIndexProviderTransaction newTransaction(org.neo4j.graphdb.index.IndexCommandFactory commandFactory)
newTransaction in interface org.neo4j.graphdb.index.IndexImplementationpublic Map<String,String> fillInDefaults(Map<String,String> source)
fillInDefaults in interface org.neo4j.graphdb.index.IndexImplementationpublic boolean configMatches(Map<String,String> storedConfig, Map<String,String> config)
configMatches in interface org.neo4j.graphdb.index.IndexImplementationpublic org.neo4j.kernel.impl.transaction.command.NeoCommandHandler newApplier(boolean recovery)
newApplier in interface org.neo4j.graphdb.index.IndexImplementationpublic org.neo4j.graphdb.ResourceIterator<File> listStoreFiles() throws IOException
listStoreFiles in interface org.neo4j.graphdb.index.IndexImplementationIOExceptionpublic void force()
force in interface org.neo4j.graphdb.index.IndexImplementationCopyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.