Automatic document classification
Content Engine provides a framework for automatically assigning incoming documents
to a designated
document class. With automatic document classification, you can automatically change a document's class and set its property values.
Content Engine provides the following items that are ready for you to use without modification:
- The XML Classifier, which uses the XML Property Mapping Script document
class. To configure for XML Classification, you would create instances
of this class and build property mapping scripts that describe your own required automatic
classification behavior.
- A classification framework that you can use to create classifiers
for types of content other than XML. You would use the root class Document
Classification Actions to serve as a template for creating your own
custom classification behavior. See Working with Document Classification-related Objects for more information.
- Asynchronous processing for automatic classification. Asynchronous processing means that classification occurs within a separate transaction and that the server does not wait until the classification operation has completed before returning control to the client.
When creating a new document version via the FileNet P8 Platform
APIs or Enterprise Manager, you can indicate whether to submit the
document for automatic classification.
See Automatic
document classification for more information.