Interface VerityIndexArea
-
- All Superinterfaces:
- EngineObject, IndependentlyPersistableObject, IndependentObject, IndexArea, RepositoryObject, java.io.Serializable, Subscribable
Deprecated.As of release 5.2.0.Metadata
public interface VerityIndexArea extends RepositoryObject, IndexArea
Represents the configuration of an IBM® Legacy Content Search Engine index area. An IBM Legacy Content Search Engine index area holds indexes that are created, updated, and queried by Verity servers. Within each index area, you can control the number of indexes that can be created and the capacity of each of these indexes. In addition, you can specify the root directory to use for storing these indexes. The CBRLocale property of the object store must be set before creating an instance of this class.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 toFULL
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 toFULL
; 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 ofSTANDBY
and sets it toOPEN
.Note Beginning in the 5.1.0 release, the Legacy Content Search Engine is deprecated and support will be removed in a future release.
-
-
Method Summary
Methods 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.-
Methods inherited from interface com.filenet.api.admin.IndexArea
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
-
Methods inherited from interface com.filenet.api.core.RepositoryObject
getObjectStore
-
Methods inherited from interface com.filenet.api.core.Subscribable
raiseEvent
-
Methods inherited from interface com.filenet.api.core.IndependentlyPersistableObject
addPendingAction, clearPendingActions, delete, getAccessAllowed, getPendingActions, getUpdateSequenceNumber, isCurrent, save, save, setUpdateSequenceNumber
-
Methods inherited from interface com.filenet.api.core.IndependentObject
fetchProperties, fetchProperties, fetchProperty, fetchProperty, getObjectReference, refresh, refresh, refresh
-
Methods inherited from interface com.filenet.api.core.EngineObject
get_ClassDescription, getClassName, getConnection, getProperties, getSuperClasses
-
-
-
-
Method Detail
-
get_TemplateType
java.lang.String get_TemplateType()
Deprecated.Returns the value of the TemplateType property. For more information, see TemplateType Property.
-
set_TemplateType
void set_TemplateType(java.lang.String value)
Deprecated.Sets the value of the TemplateType property. For more information, see TemplateType Property.
-
get_RootDirectoryPath
java.lang.String get_RootDirectoryPath()
Deprecated.Returns the value of the RootDirectoryPath property. For more information, see RootDirectoryPath Property.
-
set_RootDirectoryPath
void set_RootDirectoryPath(java.lang.String value)
Deprecated.Sets the value of the RootDirectoryPath property. For more information, see RootDirectoryPath Property.
-
get_VerityCollections
VerityCollectionList get_VerityCollections()
Deprecated. As of release 5.2.0.Returns the value of the VerityCollections property. For more information, see VerityCollections Property.
-
set_VerityCollections
void set_VerityCollections(VerityCollectionList value)
Deprecated. As of release 5.2.0.Sets the value of the VerityCollections property. For more information, see VerityCollections Property.
-
get_VeritySearchServers
StringList get_VeritySearchServers()
Deprecated. As of release 5.2.0.Returns the value of the VeritySearchServers property. For more information, see VeritySearchServers Property.
-
set_VeritySearchServers
void set_VeritySearchServers(StringList value)
Deprecated. As of release 5.2.0.Sets the value of the VeritySearchServers property. For more information, see VeritySearchServers Property.
-
get_SearchServersToAttach
java.lang.Integer get_SearchServersToAttach()
Deprecated.Returns the value of the SearchServersToAttach property. For more information, see SearchServersToAttach Property.
-
set_SearchServersToAttach
void set_SearchServersToAttach(java.lang.Integer value)
Deprecated.Sets the value of the SearchServersToAttach property. For more information, see SearchServersToAttach Property.
-
get_VerityIndexServers
StringList get_VerityIndexServers()
Deprecated. As of release 5.2.0.Returns the value of the VerityIndexServers property. For more information, see VerityIndexServers Property.
-
set_VerityIndexServers
void set_VerityIndexServers(StringList value)
Deprecated. As of release 5.2.0.Sets the value of the VerityIndexServers property. For more information, see VerityIndexServers Property.
-
get_MaxCollections
java.lang.Integer get_MaxCollections()
Deprecated.Returns the value of the MaxCollections property. For more information, see MaxCollections Property.
-
set_MaxCollections
void set_MaxCollections(java.lang.Integer value)
Deprecated.Sets the value of the MaxCollections property. For more information, see MaxCollections Property.
-
get_TempDirectoryPath
java.lang.String get_TempDirectoryPath()
Deprecated.Returns the value of the TempDirectoryPath property. For more information, see TempDirectoryPath Property.
-
set_TempDirectoryPath
void set_TempDirectoryPath(java.lang.String value)
Deprecated.Sets the value of the TempDirectoryPath property. For more information, see TempDirectoryPath Property.
-
-