Hi, When we post a file with a number of documents of the format shown below to solr, if there is some 'error' in one of the <doc>, then all the <doc>s in the file are error-ed out and not added to the Solr-index.
<?xml.... <add> <doc> ... </doc> <doc> ... </doc> </add> Is there any way by which we can tell solr to skip only the <doc>s that have the actual error? or should we need to post each <doc> in a separate file to achieve granularity in adding? -- Thanks, Vanniarajan