Clusters the results of a specified query into a specified number of clusters.
This type of clustering creates the specified number of clusters, and places all documents into a cluster. This method is faster than the ClusterSnapshot method.
http://12.3.4.56:9000/action=ClusterPartition&DREQuery=Finance&NumResults=500&NumClusters=5
This action uses port 9000 to cluster the results of a query for the term Finance into five clusters. It returns 500 results for the query, and clusters all these results.
| Parameter | Description | Required |
|---|---|---|
| DREQuery | The query that you want to cluster results for. | Yes |
| NumClusters | The number of clusters to create. | Yes |
| NumResults | The number of query results to return and cluster. | Yes |
| Username | The name of the user performing the action. |
This action accepts the following standard ACI action parameters.
| Parameter | Description |
|---|---|
| ActionID | A string to use to identify an ACI action. |
| EncryptResponse | Encrypt the output. |
| FileName | The file to write output to. |
| ForceTemplateRefresh | Forces the server to load the template from disk. |
| Output | Writes output to a file. |
| ResponseFormat | The format of the action output. |
| Template | The template to use for the action output. |
| TemplateParamCSVs | A list of variables to use for the specified template. |
|
|