Re: Streaming expressions, what is the effect of collection name in the request url

2021-01-26 Thread Joel Bernstein
The URL path should be for one collection. This will be where the collection is compiled and run. It has no effect on what is actually being searched. That is specified in the expression themselves. Joel Bernstein http://joelsolr.blogspot.com/ On Wed, Jan 20, 2021 at 1:34 PM ufuk yılmaz wrote:

Streaming expressions, what is the effect of collection name in the request url

2021-01-20 Thread ufuk yılmaz
Do collection names in request url affect how the query works in any way? A streaming expression is sent to http://mySolrHost/solr/col1,col2/stream (notice multiple collections in url) Col1 has 2 shards, each have 3 replicas. * Shard1 has replicas on nodes A, B, C * Shard2 has replicas on D,E,F