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 37a1d1a commit 7c2bb18Copy full SHA for 7c2bb18
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 = 'sc1ca661d0_0c8d_430d_8132_51ac6df940e1'
+solr_cluster_id = 'sc19cac12e_3587_4510_820d_87945c51a3f9'
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