go-solr icon indicating copy to clipboard operation
go-solr copied to clipboard

solr go client from sendgrid, zookeeper aware, incorporates retries

Results 5 go-solr issues
Sort by recently updated
recently updated
newest added

Hello This problem occurs often, when zookeeper goes down or restarts, the Zookeeper listener keeps trying to re-connect, but it never succeeds. I am using this library to have a...

Using `NewSolrZK`, if the zkRoot argument is empty, all subsequent calls use resource names like "//collections/..." which does not work. I'm using SOLR 7.4. and zookeeper 3.4.11. I would expect...

有个bug导致cpu空转打满,应该是Listen方法里面的loop forever导致的,忘解决 ![火焰图](https://user-images.githubusercontent.com/15208685/76190369-ce1d0680-6217-11ea-8daf-d91b2e493a85.png)

Hi, Thanks for the great solr connector! I'm working on a project that needs to implement features with solr facet module by sending HTTP request. Will there be any support...

This PR adds barebones support for Solr's JSON faceting API. This should help address the issue raised in #55. The main addition in this PR is including a ```Facets map[string]interface{}...