| Package | Description | 
|---|---|
| org.apache.solr.client.solrj.response | 
 Convenience classes for dealing with various types of Solr responses. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<Cluster> | 
ClusteringResponse.getClusters()  | 
List<Cluster> | 
Cluster.getSubclusters()  | 
| Constructor and Description | 
|---|
Cluster(List<String> labels,
       double score,
       List<String> docIds,
       List<Cluster> subclusters,
       boolean otherTopics)  | 
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.