Re: SolrCloud, Best performance directly from C

2016-02-22 Thread Shawn Heisey
On 2/22/2016 1:40 PM, Robert Brown wrote: > As a pure C user, without wishing to use Java, what's my best approach > for managing the SolrCloud environment? The most responsive client you would be able to write would use the C binding for zookeeper, to keep track of clusterstate like CloudSolrClie

SolrCloud, Best performance directly from C

2016-02-22 Thread Robert Brown
Hi, As a pure C user, without wishing to use Java, what's my best approach for managing the SolrCloud environment? I operate a FastCGI environment, so I have the persistence to cache the state of the "cloud". So far I see good utilisation of the collections API being my best bet? Any other