|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.modeshape.jcr.RepositoryConfiguration.QuerySystem
@Immutable public class RepositoryConfiguration.QuerySystem
The query-related configuration information.
Constructor Summary | |
---|---|
protected |
RepositoryConfiguration.QuerySystem(Document query)
|
Method Summary | |
---|---|
boolean |
fullTextSearchEnabled()
Get whether full-text searching is enabled for this repository. |
Properties |
getIndexingBackendProperties()
Get the configuration properties for the indexing backend. |
Properties |
getIndexingProperties()
Get the configuration properties for the indexing section. |
Properties |
getIndexStorageProperties()
Get the configuration properties for the storage of indexes. |
RepositoryConfiguration.QueryRebuild |
getRebuildIndexesUponStartup()
Get the specification for when the indexes should be built when the system starts up. |
RepositoryConfiguration.TextExtracting |
getTextExtracting()
|
String |
getThreadPoolName()
Get the name of the thread pool that should be used for indexing work. |
boolean |
queriesEnabled()
Determine whether queries and searches are enabled. |
protected void |
setDefProp(Properties props,
String name,
String defaultValue)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected RepositoryConfiguration.QuerySystem(Document query)
Method Detail |
---|
public boolean queriesEnabled()
fullTextSearchEnabled()
public boolean fullTextSearchEnabled()
queries are enabled
, so this method returns false if queries are disabled.
queriesEnabled()
public RepositoryConfiguration.QueryRebuild getRebuildIndexesUponStartup()
public String getThreadPoolName()
public Properties getIndexStorageProperties()
public Properties getIndexingProperties()
public Properties getIndexingBackendProperties()
public RepositoryConfiguration.TextExtracting getTextExtracting()
protected void setDefProp(Properties props, String name, String defaultValue)
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |