tamaramata / solrnet

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

Commiting throws an exception regarding "waitFlush" on solr4 #206

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. call Commit()

What do you see instead?
An Exception is thrown.

    [SolrNet.Exceptions.SolrConnectionException]: {"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<response>\n<lst name=\"responseHeader\"><int name=\"status\">400</int><int name=\"QTime\">1</int></lst><lst name=\"error\"><str name=\"msg\">Unknown commit parameter 'waitFlush'</str><int name=\"code\">400</int></lst>\n</response>\n"}
    Data: {System.Collections.ListDictionaryInternal}

Judging from my research solr4 has dropped support for "waitFlush"

Original issue reported on code.google.com by t.schl...@gmail.com on 17 Apr 2013 at 12:46

GoogleCodeExporter commented 8 years ago

Original comment by mauricio...@gmail.com on 17 Apr 2013 at 8:45