I have a taxonomy node "Access Controls" which contains several levels of access control values, for our purposes just imagine "Classified, Secret, Top-Secret", etc. I would like for documents to be categorized into this node based on a object attribute value but I don't wan't any attributes populated based on what is found only categorization based on the object's attribute value. Other nodes will need to do full text entity extraction with categorization and classification, only this node will not. I could create a class and a second attribute just to store the values populated by CIS but I'd rather not do that.
Any ideas?