I would like to use the Clustering to identify new documents that match a "Rule" as the documents get loaded. Currently I have a Text Index on a partitioned table where the documents are actually stored on the OS File system.
1. How do I use Clustering to build the Rules and Clusters from that Index?
2. How do I identify New documents whch have matched on the rules found from the clustering in Step 1?
Is there any "By Example" tutorial on using this Oracle Text Feature?
Regards