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.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
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'); |
Remarks
Metadata
Auditable: true
AllowsInstances: true
AllowsSubClasses: true
ClassDefinitionName: SubscribableClassDefinition
IsDependent: false
IsHidden: false
Name: DisplayName
Searchable: true
StorageType: ObjectStore
SuperclassName: IndexArea