Skip to content

Commit 7c2bb18

Browse files
committed
updating retrieve and rank cluster id
1 parent 37a1d1a commit 7c2bb18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/retrieve_and_rank_v1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# print(json.dumps(created_cluster, indent=2))
1616

1717
# Replace with your own solr_cluster_id
18-
solr_cluster_id = 'sc1ca661d0_0c8d_430d_8132_51ac6df940e1'
18+
solr_cluster_id = 'sc19cac12e_3587_4510_820d_87945c51a3f9'
1919

2020
status = retrieve_and_rank.get_solr_cluster_status(solr_cluster_id=solr_cluster_id)
2121
print(json.dumps(status, indent=2))

0 commit comments

Comments
 (0)