On 22 April 2012 15:33, vasuj <vasu.j...@live.in> wrote: > Log is : > > > Apr 22, 2012 2:55:17 AM org.apache.solr.update.processor.LogUpdateProcessor > finish > INFO: {add=[(null)]} 0 17 > Apr 22, 2012 2:55:17 AM org.apache.solr.common.SolrException log > SEVERE: org.apache.solr.common.SolrException: [doc=null] missing required > field: id [...]
Not very conversant with the ExtractingRequestHandler, but the error message above seems pretty clear. You need to also supply an ID field, which is presumably the document ID that Solr needs. Regards, Gora