We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b68410 commit efb05b9Copy full SHA for efb05b9
examples/retrieve_and_rank_v1.py
@@ -15,7 +15,7 @@
15
# print(json.dumps(created_cluster, indent=2))
16
17
# Replace with your own solr_cluster_id
18
-solr_cluster_id = 'scd4766c4a_c102_48bd_acfe_7c929afa5ca4'
+solr_cluster_id = 'sc1ca661d0_0c8d_430d_8132_51ac6df940e1'
19
20
status = retrieve_and_rank.get_solr_cluster_status(solr_cluster_id=solr_cluster_id)
21
print(json.dumps(status, indent=2))
0 commit comments