I created https://issues.apache.org/jira/browse/SOLR-8042
On 11/09/15 23:41, Anshum Gupta wrote:
> This certainly can be fixed. Can you create a JIRA for the same? There
> might be other calls which might need fixing on similar lines.
>
> On Fri, Sep 11, 2015 at 2:32 PM, Shawn Heisey wrote:
>
>>
This certainly can be fixed. Can you create a JIRA for the same? There
might be other calls which might need fixing on similar lines.
On Fri, Sep 11, 2015 at 2:32 PM, Shawn Heisey wrote:
> On 9/11/2015 3:12 PM, Hendrik Haddorp wrote:
> > I'm using Solr 5.3.0 and noticed that the following code d
the full stack is:
[9/11/15 23:36:17:406 CEST] 0216 SystemErr R Caused by:
org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException:
Error from server at http://xxx.xxx.xxx.xxx:10001/solr: Missing required
parameter: name
[9/11/15 23:36:17:406 CEST] 0216 SystemErr R
On 9/11/2015 3:12 PM, Hendrik Haddorp wrote:
> I'm using Solr 5.3.0 and noticed that the following code does not work
> with Solr Cloud:
> CollectionAdminRequest.Reload reloadReq = new
> CollectionAdminRequest.Reload();
> reloadReq.process(client, collection);
>
> It complains that the name
Hi,
I'm using Solr 5.3.0 and noticed that the following code does not work
with Solr Cloud:
CollectionAdminRequest.Reload reloadReq = new
CollectionAdminRequest.Reload();
reloadReq.process(client, collection);
It complains that the name parameter is required. When adding
reloadReq.set