Re: Upgrading to SolrCloud

2016-10-06 Thread Shawn Heisey
On 10/6/2016 9:02 AM, Steven White wrote: > We currently have a component that uses SolrJ and Solr REST API to admin > Solr (adding new fields, changing handlers, etc. to customize Solr's > schema) based on customer's DB schema before we start indexing. > > If we switch over to SolrCloud: > > 1) Wi

Re: Upgrading to SolrCloud

2016-10-06 Thread Jan Høydahl
> 6. okt. 2016 kl. 17.02 skrev Steven White : > If we switch over to SolrCloud: > > 1) Will our existing usage of SolrJ and REST API still work as-is? Yes, probably > 2) Not all of our customers need that high availability of Solr. For > those, single server and single index will do just fine.