| 程序包 | 说明 |
|---|---|
| org.apache.solr.client.solrj.response |
Convenience classes for dealing with various types of Solr responses.
|
| 限定符和类型 | 方法和说明 |
|---|---|
List<Cluster> |
ClusteringResponse.getClusters() |
List<Cluster> |
Cluster.getSubclusters() |
| 构造器和说明 |
|---|
Cluster(List<String> labels,
double score,
List<String> docIds,
List<Cluster> subclusters,
boolean otherTopics) |
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.