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 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.

Namespace:  FileNet.Api.Admin
Assembly:  FileNet.Api (in FileNet.Api.dll)

ToggleSyntax

Visual Basic (Declaration)
Public Interface IVerityIndexArea _
	Implements IIndexArea, IRepositoryObject, ISubscribable, IIndependentlyPersistableObject,  _
	IIndependentObject, IEngineObject, ICloneable
C#
public interface IVerityIndexArea : IIndexArea, 
	IRepositoryObject, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, 
	ICloneable
Visual C++
public interface class IVerityIndexArea : IIndexArea, 
	IRepositoryObject, ISubscribable, IIndependentlyPersistableObject, IIndependentObject, IEngineObject, 
	ICloneable
JavaScript
FileNet.Api.Admin.IVerityIndexArea = function();
FileNet.Api.Admin.IVerityIndexArea.createInterface('FileNet.Api.Admin.IVerityIndexArea');

ToggleRemarks

Metadata

Auditable: true
AllowsInstances: true
AllowsSubClasses: true
ClassDefinitionName: SubscribableClassDefinition
IsDependent: false
IsHidden: false
Name: DisplayName
Searchable: true
StorageType: ObjectStore
SuperclassName: IndexArea

ToggleSee Also