Re: Extract multiple streams into the same document

2012-10-09 Thread Yury Kats
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

Extract multiple streams into the same document

2012-10-04 Thread Yury Kats
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