public abstract static class LuceneDataSource.Configuration
extends org.neo4j.kernel.impl.transaction.xaframework.LogBackedXaDataSource.Configuration
Modifier and Type | Field and Description |
---|---|
static org.neo4j.graphdb.config.Setting<Boolean> |
allow_store_upgrade |
static org.neo4j.graphdb.config.Setting<Boolean> |
ephemeral |
static org.neo4j.graphdb.config.Setting<Integer> |
lucene_searcher_cache_size |
static org.neo4j.graphdb.config.Setting<Boolean> |
read_only |
static org.neo4j.graphdb.config.Setting<File> |
store_dir |
Constructor and Description |
---|
LuceneDataSource.Configuration() |
public static final org.neo4j.graphdb.config.Setting<Integer> lucene_searcher_cache_size
public static final org.neo4j.graphdb.config.Setting<Boolean> read_only
public static final org.neo4j.graphdb.config.Setting<Boolean> allow_store_upgrade
public static final org.neo4j.graphdb.config.Setting<Boolean> ephemeral
public static final org.neo4j.graphdb.config.Setting<File> store_dir
Copyright © 2002–2015 The Neo4j Graph Database Project. All rights reserved.