The Content Engine server sets this property if it discovers during an update index request that the current index for the source object is full. When the server attempts to update an index entry in an index that is full, it must instead create a new index entry in an alternative index and delete the original entry in the full index. To ensure that the new index entry is created before the original index entry is deleted, the server performs these tasks in the following order:
- Locates an open index to be assigned as the alternative index for the source object. If an open index cannot be found, one is created.
- Sets the RemovalIndexationId property of the IndexRequest object representing the update index request to the object ID of the full index.
- Sets the IndexationId property of the IndexRequest object representing the update index request to the object ID of the alternative index.
- Sets the IndexationId property of the source object to the object ID of the alternative index.
- Creates an index entry in the alternative index.
- Deletes the original index entry from the full index.
Assembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Remarks
Metadata
AllowsDefaultChange: false
Cardinality: SINGLE
CopyToReservation: false
DataType: GUID
IsHidden: false
IsOrderable: true
IsSearchable: true
IsValueRequired: false
ModificationAccessRequired: WRITE
PersistenceType: OWN_COLUMN
RequiresUniqueElements: false
Settability: READ_ONLY
TargetAccessRequired: READ