mirror of https://github.com/apache/lucene.git
SOLR-11024: ParallelStream should set the StreamContext when constructing SolrStreams
This commit is contained in:
parent
a31f9e8dd6
commit
7051a7919f
|
@ -267,6 +267,7 @@ public class ParallelStream extends CloudSolrStream implements Expressible {
|
|||
|
||||
String url = shardUrls.get(w);
|
||||
SolrStream solrStream = new SolrStream(url, paramsLoc);
|
||||
solrStream.setStreamContext(streamContext);
|
||||
solrStreams.add(solrStream);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue