Skip to content

Commit

Permalink
updating retrieve and rank cluster id
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstylos committed Dec 6, 2016
1 parent 40bbf0a commit 1a13fac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/retrieve_and_rank_v1.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# print(json.dumps(created_cluster, indent=2))

# Replace with your own solr_cluster_id
solr_cluster_id = 'sc573c955c_4bb3_46b2_bada_d8040c8c058d'
solr_cluster_id = 'sc1264f746_d0f7_4840_90be_07164e6ed04b'

status = retrieve_and_rank.get_solr_cluster_status(solr_cluster_id=solr_cluster_id)
print(json.dumps(status, indent=2))
Expand Down

0 comments on commit 1a13fac

Please sign in to comment.