Adam

Results 2 issues of Adam

The line: `s, err := solr.Init("localhost", 8983)` Should be: `s, err := solr.Init("localhost", 8983, "resource_name")`

I feel as though I'm just misusing this package somehow, but I can't figure out what I'm doing wrong. I've setup 4 different trackers for my app that is run...