tamaramata / solrnet

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

waitFlush parameter is deprecated in Solr 4.0 for commit and optimize #198

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Attempt to run the sample app SampleSolrApp
2. The error occurs in private void AddInitialDocuments() in global.asax
3. Examine the SolrConnectionException exception
4. The exception indicates that the waitFlush parameter has been deprecated.
5. The app will not run.

Original issue reported on code.google.com by luis.f.b...@gmail.com on 11 Nov 2012 at 3:18

GoogleCodeExporter commented 8 years ago
Duplicate of issue #172

Original comment by mauricio...@gmail.com on 13 Nov 2012 at 1:03