Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
5.2.1
Description
Currently SolrJ org.apache.solr.client.solrj.response.QueryResponse is not managing clusters coming from the Clustering Component .
It would be nice to have the clusters properly managed and returned with simply getter methods.
Current Json :
"clusters":[{
"labels":["label1"],
"score":14.067292538482793,
"docs":["id1",
"id2",
"id3"]
},
]}
This will be parsed accordingly .
Producing an easy to use Java List.
Clusters