Identifies whether or how indexing failures are persisted to the object store.
Namespace:
FileNet.Api.ConstantsAssembly: FileNet.Api (in FileNet.Api.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Enumeration IndexingFailureRecordingLevel |
C# |
---|
public enum IndexingFailureRecordingLevel |
Visual C++ |
---|
public enum class IndexingFailureRecordingLevel |
JavaScript |
---|
FileNet.Api.Constants.IndexingFailureRecordingLevel = function(); FileNet.Api.Constants.IndexingFailureRecordingLevel.createEnum('FileNet.Api.Constants.IndexingFailureRecordingLevel', false); |
Members
Type | Member name | Description |
---|---|---|
PROPAGATE_TO_SOURCE |
The indexing failure code is propagated to the CMIndexingFailureCode property on the CBR-enabled object. The indexing
failure codes are set in the IndexingFailureCode constant class. The indexing failures are recorded in the Content Engine
log file. However, the index request will be deleted, so the indexing failure information will not be logged as part of an index request.
| |
LOG_ONLY |
Indexing failures are not persisted to the object store. The indexing failure information will continue to be recorded in
the Content Engine log file regardless of this setting.
|