Skip to content

Commit f692fc8

Browse files
committed
updating config name
1 parent 473c88a commit f692fc8

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
@@ -38,7 +38,7 @@
3838
collections = retrieve_and_rank.list_collections(solr_cluster_id=solr_cluster_id)
3939
print(json.dumps(collections, indent=2))
4040

41-
pysolr_client = retrieve_and_rank.get_pysolr_client(solr_cluster_id, 'test-collection')
41+
pysolr_client = retrieve_and_rank.get_pysolr_client(solr_cluster_id, 'example-collection')
4242
results = pysolr_client.search('bananas')
4343
print(results)
4444

0 commit comments

Comments
 (0)