Re: How are you supposed to send multipart form requests using SolrJ now?

2018-09-24 Thread Shawn Heisey
On 9/24/2018 2:53 AM, Karl Wright wrote: I also tried to tag Paul Nobel in the ticket but Jira does not recognize that name. The name you're after is "Noble Paul" ... not "Paul Nobel". Thanks, Shawn - To unsubscribe,

Re: How are you supposed to send multipart form requests using SolrJ now?

2018-09-24 Thread Karl Wright
I've created a ticket for this: SOLR-12798 It seems to me that not only is the loss of multipart form posting a serious matter, but also the fact that you cannot use a multipart form post for any UpdateRequest. Both are described in the ticket. This is a major problem for the ManifoldCF

Re: How are you supposed to send multipart form requests using SolrJ now?

2018-09-24 Thread Karl Wright
Ok, the commit that broke this was made on 10-31-2107 by Paul Nobel: >> f6f6f113209 (Noble Paul2017-06-16 14:05:51 +0930 327) protected HttpRequestBase createMethod(SolrRequest request, String collection) throws IOException, SolrServerException { f6f6f113209 (Noble Paul

Re: How are you supposed to send multipart form requests using SolrJ now?

2018-09-22 Thread Karl Wright
I'll dig to find which commit it was that introduced the changes. Karl On Sat, Sep 22, 2018 at 11:28 AM Alexandre Rafalovitch wrote: > Do you know which Jira introduced the change? > > Without further details (I am barely familiar with that code part), it > sounds like a regression and possibly

Re: How are you supposed to send multipart form requests using SolrJ now?

2018-09-22 Thread Alexandre Rafalovitch
Do you know which Jira introduced the change? Without further details (I am barely familiar with that code part), it sounds like a regression and possibly even a blocker for the next version. Unless there is a workaround that is quite non-intuitive. Regards, Alex. On 21 September 2018 at

Re: How are you supposed to send multipart form requests using SolrJ now?

2018-09-21 Thread Karl Wright
I should also mention that Solr Cell makes use of the multipart form's separator name. This functionality seems to be unavailable through the URL. We have a number of clients who rely on this. Karl On Fri, Sep 21, 2018 at 10:15 AM Karl Wright wrote: > Hi all, > > With the release of 7.4,

How are you supposed to send multipart form requests using SolrJ now?

2018-09-21 Thread Karl Wright
Hi all, With the release of 7.4, several things changed inside Solrj. One critical thing that changed was that it now seems to be impossible to send POST requests with multipart form encoding. This functionality is critical to ManifoldCF since the metadata it sends to Solr regularly exceeds URL