public interface VerityServerConfiguration extends SubsystemConfiguration, DependentObject
VerityServerConfiguration
object is contained in the SubsystemsConfiguration
property of
Domain
, Site
, VirtualServer
, and ServerInstance
objects. The
VerityServerConfiguration
object used is the first occurrence found by searching (in this order) the
ServerInstance
instance, the VirtualServer
instance, the Site
instance, and the
Domain
instance.
None of the properties on this object must be set or changed to enable full text indexing. This object is used only to address performance issues.
Note Beginning in the 5.1.0 release, the Legacy Content Search Engine is deprecated and support will be removed in a future release.
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
get_DispatcherEnabled()
Deprecated.
Returns the value of the DispatcherEnabled property.
|
java.lang.Integer |
get_DispatcherWaitInterval()
Deprecated.
Returns the value of the DispatcherWaitInterval property.
|
java.lang.Integer |
get_LeaseDuration()
Deprecated.
As of release 5.0.0.
|
java.lang.Integer |
get_MaxBatchSize()
Deprecated.
As of release 5.0.0.
|
java.lang.Integer |
get_MaxObjectsPerCollection()
Deprecated.
As of release 5.0.0.
|
java.lang.Integer |
get_OptimizationInterval()
Deprecated.
As of release 5.0.0.
|
java.lang.Integer |
get_ThreadCount()
Deprecated.
Returns the value of the ThreadCount property.
|
StringList |
get_VerityBrokerNames()
Deprecated.
As of release 5.0.0.
|
void |
set_DispatcherEnabled(java.lang.Boolean value)
Deprecated.
Sets the value of the DispatcherEnabled property.
|
void |
set_DispatcherWaitInterval(java.lang.Integer value)
Deprecated.
Sets the value of the DispatcherWaitInterval property.
|
void |
set_LeaseDuration(java.lang.Integer value)
Deprecated.
As of release 5.0.0.
|
void |
set_MaxBatchSize(java.lang.Integer value)
Deprecated.
As of release 5.0.0.
|
void |
set_MaxObjectsPerCollection(java.lang.Integer value)
Deprecated.
As of release 5.0.0.
|
void |
set_OptimizationInterval(java.lang.Integer value)
Deprecated.
As of release 5.0.0.
|
void |
set_ThreadCount(java.lang.Integer value)
Deprecated.
Sets the value of the ThreadCount property.
|
void |
set_VerityBrokerNames(StringList value)
Deprecated.
As of release 5.0.0.
|
get_Id
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
java.lang.Integer get_DispatcherWaitInterval()
void set_DispatcherWaitInterval(java.lang.Integer value)
java.lang.Boolean get_DispatcherEnabled()
void set_DispatcherEnabled(java.lang.Boolean value)
java.lang.Integer get_ThreadCount()
void set_ThreadCount(java.lang.Integer value)
java.lang.Integer get_MaxBatchSize()
void set_MaxBatchSize(java.lang.Integer value)
java.lang.Integer get_LeaseDuration()
void set_LeaseDuration(java.lang.Integer value)
java.lang.Integer get_MaxObjectsPerCollection()
void set_MaxObjectsPerCollection(java.lang.Integer value)
java.lang.Integer get_OptimizationInterval()
void set_OptimizationInterval(java.lang.Integer value)
StringList get_VerityBrokerNames()
void set_VerityBrokerNames(StringList value)
© Copyright IBM Corporation 2006, 2015. All rights reserved.