Go-Solr
Go-Solr copied to clipboard
Error in readme documentation
The line:
s, err := solr.Init("localhost", 8983)
Should be:
s, err := solr.Init("localhost", 8983, "resource_name")