Thanks for the reply Eric. But I am not very clear here because we have just one part of app which adds to the index. And if the code is sending wrong headers then it should do so for all records? Some parts of the code below. we use the SolrJ API as i mentioned earlier :
..... SolrInputDocument doc = new SolrInputDocument(); for (String indexField : listOfFieldNames) { doc.addField(indexField , 'valueForTheFieldFromAValueObject'); } commonsHttpSolrServer.add(doc); /// other code what we do is load multiple instances of the CommonsHttpSolrServer connected to a node:core and cache them in memory and use them for searching/adding indexes. so could this reuse of server be causing a problem or am i missing something here? Thanks in advance. -- View this message in context: http://lucene.472066.n3.nabble.com/error-message-in-solr-logs-tp3999328p4000068.html Sent from the Solr - User mailing list archive at Nabble.com.