Golang Solr Integration

I am working to implement solr search in golang but I am unable to properly using the github.com/vanng822/go-solr/solr package . Please help how can I index data to solr using golang api

Please help us help you:

  • Describe what you try to do.
  • Show us the relevant parts of your code you use.
  • Do you get any errors? Show us!
  • What behaviour do you expect? What actual behaviour do you observer?

i want to implement search on multiple columns in golang for which I want to use solr search. Ia am able to put data using the solr webapp but I am unable to index data using golang

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.