public interface VerityIndexArea extends RepositoryObject, IndexArea
New Verity collections can only be created in an index area if the ResourceStatus property is set to
OPEN
. However, Verity collections in an index area are always searched during a query, regardless
of the setting of the ResourceStatus property. If the number of Verity collections in an index area is
equal to the value of the MaxCollections property, the ResourceStatus property is automatically
set to FULL
by the Content Engine server. This setting indicates that no more Verity collections 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
.
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.Integer |
get_MaxCollections()
Deprecated.
Returns the value of the MaxCollections property.
|
java.lang.String |
get_RootDirectoryPath()
Deprecated.
Returns the value of the RootDirectoryPath property.
|
java.lang.Integer |
get_SearchServersToAttach()
Deprecated.
Returns the value of the SearchServersToAttach property.
|
java.lang.String |
get_TempDirectoryPath()
Deprecated.
Returns the value of the TempDirectoryPath property.
|
java.lang.String |
get_TemplateType()
Deprecated.
Returns the value of the TemplateType property.
|
VerityCollectionList |
get_VerityCollections()
Deprecated.
As of release 5.2.0.
|
StringList |
get_VerityIndexServers()
Deprecated.
As of release 5.2.0.
|
StringList |
get_VeritySearchServers()
Deprecated.
As of release 5.2.0.
|
void |
set_MaxCollections(java.lang.Integer value)
Deprecated.
Sets the value of the MaxCollections property.
|
void |
set_RootDirectoryPath(java.lang.String value)
Deprecated.
Sets the value of the RootDirectoryPath property.
|
void |
set_SearchServersToAttach(java.lang.Integer value)
Deprecated.
Sets the value of the SearchServersToAttach property.
|
void |
set_TempDirectoryPath(java.lang.String value)
Deprecated.
Sets the value of the TempDirectoryPath property.
|
void |
set_TemplateType(java.lang.String value)
Deprecated.
Sets the value of the TemplateType property.
|
void |
set_VerityCollections(VerityCollectionList value)
Deprecated.
As of release 5.2.0.
|
void |
set_VerityIndexServers(StringList value)
Deprecated.
As of release 5.2.0.
|
void |
set_VeritySearchServers(StringList value)
Deprecated.
As of release 5.2.0.
|
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_TemplateType()
void set_TemplateType(java.lang.String value)
java.lang.String get_RootDirectoryPath()
void set_RootDirectoryPath(java.lang.String value)
VerityCollectionList get_VerityCollections()
void set_VerityCollections(VerityCollectionList value)
StringList get_VeritySearchServers()
void set_VeritySearchServers(StringList value)
java.lang.Integer get_SearchServersToAttach()
void set_SearchServersToAttach(java.lang.Integer value)
StringList get_VerityIndexServers()
void set_VerityIndexServers(StringList value)
java.lang.Integer get_MaxCollections()
void set_MaxCollections(java.lang.Integer value)
java.lang.String get_TempDirectoryPath()
void set_TempDirectoryPath(java.lang.String value)
© Copyright IBM Corporation 2006, 2015. All rights reserved.