public abstract class AbstractLuceneSailConfig extends DelegatingSailImplConfigBase
Modifier | Constructor and Description |
---|---|
protected |
AbstractLuceneSailConfig(String type) |
protected |
AbstractLuceneSailConfig(String type,
SailImplConfig delegate) |
protected |
AbstractLuceneSailConfig(String type,
String luceneDir) |
protected |
AbstractLuceneSailConfig(String type,
String luceneDir,
SailImplConfig delegate) |
Modifier and Type | Method and Description |
---|---|
Resource |
export(Graph graph) |
String |
getIndexDir() |
void |
parse(Graph graph,
Resource implNode) |
void |
setIndexDir(String luceneDir) |
getDelegate, setDelegate, validate
getIterationCacheSyncThreshold, getType, setIterationCacheSyncThreshold, setType
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getIterationCacheSyncThreshold, getType
protected AbstractLuceneSailConfig(String type)
protected AbstractLuceneSailConfig(String type, SailImplConfig delegate)
protected AbstractLuceneSailConfig(String type, String luceneDir, SailImplConfig delegate)
public String getIndexDir()
public void setIndexDir(String luceneDir)
public Resource export(Graph graph)
export
in interface SailImplConfig
export
in class DelegatingSailImplConfigBase
public void parse(Graph graph, Resource implNode) throws SailConfigException
parse
in interface SailImplConfig
parse
in class DelegatingSailImplConfigBase
SailConfigException
Copyright © 2001-2016 Aduna. All Rights Reserved.