: I have been using SOLR for sometime now and had no issues till I was using
: it in windows. Yesterday I moved the SOLR code to Linux servers and started
        ...
: Response header returned by SOLR instance running in windows machine
: 
: - <lst name="responseHeader">
:   <int name="status">0</int> 
        ...
: Response header returned by SOLR instance running in Linux machine
: 
: - <response>
: - <responseHeader>
:   <status>0</status> 

...the first is the XML Response handlers "2.2" version ... the later is 
either the "2.1" or "2.0" ressponse version...

http://wiki.apache.org/solr/XMLResponseFormat#A.27version.27

You must have either changed some request params, or some default 
request params, or changed the version of SOlr you are using (the 
'default' value of the version param is always the most recent version)





-Hoss

Reply via email to