Skip to content

Commit efb05b9

Browse files
committed
updating retrieve and rank cluster id
1 parent 9b68410 commit efb05b9

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 = 'scd4766c4a_c102_48bd_acfe_7c929afa5ca4'
18+
solr_cluster_id = 'sc1ca661d0_0c8d_430d_8132_51ac6df940e1'
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)