Hi, I have a use case where I need a document to be send to SOLR in multiple post requests (by curl/libcurl). Basically, trying to stream documents into SOLR (via curl). Now what seems to be happening is as soon as one request comes in SOLR tries to parse that chunk and extract field values, hence raising unexpected number of field values received.
Sending content-length header is not an option as we don't know in advance, about the size of the document. Does SOLR provides any mechanisms for handling partial document postings for a streaming ? Thanks Sunny