gosolr icon indicating copy to clipboard operation
gosolr copied to clipboard

golang tools for Apache Solr

Results 7 gosolr issues
Sort by recently updated
recently updated
newest added

## Description POC to assess scope of change/challenges to implement solrmonitor/solrman to make use of the recursive persistent watch. Since Apache zk v3.6. A new class of watch is introduced...

## Description This PR adds an extra usePersistentWatch flag to solrmonitor on top of the POC #58 . Since the flag is default as `false`, it would revert to the...

This is a pretty big change, solrman was designed for 1 replica per shard, and it eliminates multiple replicas. It'd be nice if you could configure a desired number of...

It would allow us to move redis as a dependency. Note: this also means using a ZK mutex since the global solrman mutex is in Redis right now

Since auto shard splitting may be considered harmful pre Solr 6.2, add a flag to disable it