英文:
How to connect Go application and Apache Solr?
问题
我想连接我的Go应用程序和Apache Solr。
我手动配置了Apache Solr。
路径 => /home/vtrk/Solr/solr-4.9.1
Solr正常运行。
端口:localhost:8983/solr/
但是我不知道如何连接我的Go应用程序和Apache Solr。
如何连接Go应用程序和Apache Solr?
英文:
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?
答案1
得分: 2
你可以查看这个库,看看它是否满足你的需求。
https://github.com/rtt/Go-Solr/
英文:
You can take a look at this library and see if solves your needs
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论