tamaramata / solrnet

Automatically exported from code.google.com/p/solrnet
0 stars 0 forks source link

Number of successful indexed when using AddRange #208

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hi,

I'm using the following code to index documents:
ResponseHeader indexResponse = solrClient.AddRange(docs);

I want to know how many docs were indexed (or failed).

Thanks,
Ophir

Original issue reported on code.google.com by ophirmic...@gmail.com on 5 Jun 2013 at 10:50

GoogleCodeExporter commented 8 years ago
Solr does not provide that information. If you get any errors, you have to 
assume that none were indexed.

For further questions please use the mailing list: 
https://groups.google.com/forum/#!forum/solrnet

Original comment by mauricio...@gmail.com on 7 Jun 2013 at 10:48