Importing a Taxonomy
About this task
If you want to import a taxonomy and classify the documents in your search collection based on the hierarchy that it specifies, that taxonomy must be defined in terms of labels and associated queries. The XML taxonomy format that is supported looks like the following:
<?xml version="1.0"?> <taxonomy> <entity> <label>Meetings</label> <query>meeting OR conference OR committee</query> </entity> <entity> <label>Enron Officers</label> <query>"jeffrey skilling" OR "kenneth lay" OR "ken lay"</query> </entity> <entity> <label>Accounting</label> <query>"arthur andersen"</query> </entity> <entity> <label>Agreements</label> <query>agreement OR contract</query> </entity> </taxonomy>
Entries in a taxonomy file need not be in alphabetical order; they will be automatically organized during the import process.
To import a taxonomy, the auto-classify collection must be configured to understand it.
Procedure
Results
You are now ready to import the taxonomy
Select the Import a Taxonomy radio button
Enter the URL of the file containing the taxonomy that you want to use in the Taxonomy Location field
Select the format of that taxonomy from the Taxonomy Format drop-down list.
Click Import to proceed.