Branch: master
Find file History
r-clancy and lintool Buffer Documents for ConcurrentUpdateSolrClient (#576)
(Re-)add object pooling for SolrClients... it helped throughput quite a bit for `CloudSolrClient` even
though it's thread-safe. Also, buffer docs for the `ConcurrentUpdateSolrClient` as it's queue is for 
update requests (i.e., it buffers `add(SolrInputDocument)` calls until the queue size is reached then 
drains the queue concurrently).
Latest commit ca58b56 Feb 13, 2019
Permalink
Type Name Latest commit message Commit time
..
Failed to load latest commit information.
main Buffer Documents for ConcurrentUpdateSolrClient (#576) Feb 13, 2019
test Fixed commands in documentation (#531) Dec 20, 2018