Answering my own question, for archive's sake,
I worked this out by creating my own UpdateRequestProcessor.
On 10/4/2012 2:35 PM, Yury Kats wrote:
> I'm sending streams of data to Solr, using ExtractingRequestHandler to be
> parsed/extracted by Tika and then indexed.
>
> While multiple streams c
I'm sending streams of data to Solr, using ExtractingRequestHandler to be
parsed/extracted by Tika and then indexed.
While multiple streams can be passed with a single request to Solr, each stream
ends up being indexed into a separate document.
Or, if I pass the unique id parameter with the requ