Hi Shawn,
Thanks for the detailed explanation, really informative. However after
further analyzing I found that I can use HttpSolrServer instead of
ConcurrentUpdateSolrServer,
I'm handling the concurrency by my self. But the issue with
ConcurrentUpdateSolrServer
is still there, seem like an intere
On 2/12/2017 10:51 PM, Lasitha Wattaladeniya wrote:
> Thanks for the reply. But even if I add a single document, the response
> doesn't reflect the correct response status. From the given solr console
> ui, it shows status 400 for the bad requests (when I try to index document
> with no fields
Hi Eric,
Thanks for the reply. But even if I add a single document, the response
doesn't reflect the correct response status. From the given solr console
ui, it shows status 400 for the bad requests (when I try to index document
with no fields ). But when I do the same using solrj, response
i
Closest that I know of is:
https://issues.apache.org/jira/browse/SOLR-445, available since Solr
6.1
Best,
Erick
On Sun, Feb 12, 2017 at 8:05 PM, Lasitha Wattaladeniya
wrote:
> Hi devs,
>
> I'm using the ConcurrentUpdateSolrServer to add some documents to solr.
> While I'm doing so I see some 'ba