RE: Using streaming expressions with shards filter

2020-10-07 Thread Gael Jourdan-Weil
Thanks Joel. I will try it in the future if I still need it (for now I went for another solution that fits my needs). Gaƫl

Re: Using streaming expressions with shards filter

2020-10-06 Thread Joel Bernstein
Actually it's: .shards=shard1,shard2,shard3... Joel Bernstein http://joelsolr.blogspot.com/ On Tue, Oct 6, 2020 at 2:38 PM Joel Bernstein wrote: > > There is a parameter in streaming expressions for this but it is not > available for use in every stream source. The search expression should

Re: Using streaming expressions with shards filter

2020-10-06 Thread Joel Bernstein
There is a parameter in streaming expressions for this but it is not available for use in every stream source. The search expression should honor it though. If you pass the .shard=shard1,shard2,shard3... The search stream will honor this. This work was originally done for supporting

Using streaming expressions with shards filter

2020-10-01 Thread Gael Jourdan-Weil
Hello, I am trying to use a Streaming Expression to query only a subset of the shards of a collection. I expected to be able to use the "shards" parameter like on a regular query on "/select" for instance but this appear to not work or I don't know how to do it. Is this somehow a