Hi, 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 to index the data. Indexing completed successfully in the linux severs but when I queried the index, the response header returned (by the SOLR instance running in Linux server) is different from the response header returned in SOLR instance that is running on windows instance.
Response header returned by SOLR instance running in windows machine - <lst name="responseHeader"> <int name="status">0</int> <int name="QTime">2219</int> - <lst name="params"> <str name="indent">on</str> <str name="start">0</str> <str name="q">credit</str> <str name="version">2.2</str> <str name="rows">10</str> </lst> </lst> Response header returned by SOLR instance running in Linux machine - <response> - <responseHeader> <status>0</status> <QTime>26</QTime> - <lst name="params"> <str name="q">credit</str> </lst> </responseHeader> Any idea why this happens? Thanks, Barani -- View this message in context: http://lucene.472066.n3.nabble.com/Issue-with-response-header-in-SOLR-running-on-Linux-instance-tp882181p882181.html Sent from the Solr - User mailing list archive at Nabble.com.