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 473c88a commit f692fc8Copy full SHA for f692fc8
examples/retrieve_and_rank_v1.py
@@ -38,7 +38,7 @@
38
collections = retrieve_and_rank.list_collections(solr_cluster_id=solr_cluster_id)
39
print(json.dumps(collections, indent=2))
40
41
- pysolr_client = retrieve_and_rank.get_pysolr_client(solr_cluster_id, 'test-collection')
+ pysolr_client = retrieve_and_rank.get_pysolr_client(solr_cluster_id, 'example-collection')
42
results = pysolr_client.search('bananas')
43
print(results)
44
0 commit comments