I want connect my Go application and Apache solr
I configured apache Solr manually
Path => /home/vtrk/Solr/solr-4.9.1
Solr is running perfectly
Port : localhost:8983/solr/
But I don't know how to connect with my Go application.
How to connect Go application and Apache Solr?
You can take a look at this library and see if solves your needs