public interface CmTextSearchIndexArea extends RepositoryObject, IndexArea
New indexes can only be created in an index area if the ResourceStatus property is set to
OPEN
. However, indexes in an index area are always searched during a query, regardless
of the setting of the ResourceStatus property. If the number of indexes in an index area is
equal to the value of the MaxIndexes property, the ResourceStatus property is automatically
set to FULL
by the Content Engine server. This setting indicates that no more indexes can be
created in the index area. Users are not allowed to set the status of an index area to FULL
; only the
Content Engine server can set this value. If there are no open index areas available, the Content Engine
server searches for the an index area having a status of STANDBY
and sets it to OPEN
.
Modifier and Type | Method and Description |
---|---|
CmTextSearchAffinityGroup |
get_AffinityGroup()
Returns the value of the AffinityGroup property.
|
java.lang.Integer |
get_CmStandbyActivationPriority()
Returns the value of the CmStandbyActivationPriority property.
|
java.lang.Integer |
get_MaxIndexes()
Returns the value of the MaxIndexes property.
|
java.lang.Double |
get_MaxObjectsPerIndex()
Returns the value of the MaxObjectsPerIndex property.
|
java.lang.Double |
get_MaxSizePerIndexKbytes()
Returns the value of the MaxSizePerIndexKbytes property.
|
java.lang.String |
get_RootDirectoryPath()
Returns the value of the RootDirectoryPath property.
|
CmTextSearchIndexList |
get_TextSearchIndexes()
Returns the value of the TextSearchIndexes property.
|
void |
set_AffinityGroup(CmTextSearchAffinityGroup value)
Sets the value of the AffinityGroup property.
|
void |
set_CmStandbyActivationPriority(java.lang.Integer value)
Sets the value of the CmStandbyActivationPriority property.
|
void |
set_MaxIndexes(java.lang.Integer value)
Sets the value of the MaxIndexes property.
|
void |
set_MaxObjectsPerIndex(java.lang.Double value)
Sets the value of the MaxObjectsPerIndex property.
|
void |
set_MaxSizePerIndexKbytes(java.lang.Double value)
Sets the value of the MaxSizePerIndexKbytes property.
|
void |
set_RootDirectoryPath(java.lang.String value)
Sets the value of the RootDirectoryPath property.
|
void |
set_TextSearchIndexes(CmTextSearchIndexList value)
Sets the value of the TextSearchIndexes property.
|
get_AuditedEvents, get_Creator, get_DateCreated, get_DateLastModified, get_DescriptiveText, get_DisplayName, get_Id, get_LastModifier, get_Name, get_Permissions, get_ResourceStatus, get_Site, set_Creator, set_DateCreated, set_DateLastModified, set_DescriptiveText, set_DisplayName, set_LastModifier, set_Permissions, set_ResourceStatus, set_Site
getObjectStore
raiseEvent
addPendingAction, clearPendingActions, delete, getAccessAllowed, getPendingActions, getUpdateSequenceNumber, isCurrent, save, save, setUpdateSequenceNumber
fetchProperties, fetchProperties, fetchProperty, fetchProperty, getObjectReference, refresh, refresh, refresh
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
java.lang.String get_RootDirectoryPath()
void set_RootDirectoryPath(java.lang.String value)
CmTextSearchIndexList get_TextSearchIndexes()
void set_TextSearchIndexes(CmTextSearchIndexList value)
java.lang.Integer get_MaxIndexes()
void set_MaxIndexes(java.lang.Integer value)
java.lang.Double get_MaxObjectsPerIndex()
void set_MaxObjectsPerIndex(java.lang.Double value)
java.lang.Double get_MaxSizePerIndexKbytes()
void set_MaxSizePerIndexKbytes(java.lang.Double value)
java.lang.Integer get_CmStandbyActivationPriority()
void set_CmStandbyActivationPriority(java.lang.Integer value)
CmTextSearchAffinityGroup get_AffinityGroup()
void set_AffinityGroup(CmTextSearchAffinityGroup value)
© Copyright IBM Corporation 2006, 2015. All rights reserved.