|
ModeShape Distribution 3.2.0.Final | |||||||||
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. |
RepositoryConfiguration.IndexRebuildOptions |
getIndexRebuildOptions()
Returns the options that should be used for rebuilding indexes when the repository starts up. |
Properties |
getIndexStorageProperties()
Get the configuration properties for the storage of indexes. |
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 String getThreadPoolName()
public RepositoryConfiguration.IndexRebuildOptions getIndexRebuildOptions()
non-null
RepositoryConfiguration.IndexRebuildOptions
instance.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.2.0.Final | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |