For an example of creating a classification scheme, see JAXRPublishScheme.java in the directory <INSTALL>/registry/samples/classification-schemes/src. This example creates a classification scheme named LibraryFloors and a concept hierarchy that includes each floor of the library and the subject areas that can be found there.
To display the concept hierarchy, use the program JAXRSearchScheme.java in the same directory. This example displays the concept hierarchy for any classification scheme you specify.
To delete the classification scheme and concepts, use the program JAXRDeleteScheme.java in the same directory.
Go to the directory <INSTALL>/registry/samples/classification-schemes.
Type the following command:
asant pub-scheme |
Go to the directory <INSTALL>/registry/samples/classification-schemes.
Type the following command:
asant search-scheme -Dname=LibraryFloors |