Many thanks for the info Joel
--ufuk
Sent from Mail for Windows 10
From: Joel Bernstein
Sent: 12 November 2020 17:00
To: solr-user@lucene.apache.org
Subject: Re: Using Multiple collections with streaming expressions
T
>
> From: Erick Erickson
> Sent: 10 November 2020 16:48
> To: solr-user@lucene.apache.org
> Subject: Re: Using Multiple collections with streaming expressions
>
> Y
>
>
16:48
To: solr-user@lucene.apache.org
Subject: Re: Using Multiple collections with streaming expressions
Y
You need to open multiple streams, one to each collection then combine them.
For instance,
open a significantTerms stream to collection1, another to collection2 and wrap
both
in a merge stream.
Best,
Erick
> On Nov 9, 2020, at 1:58 PM, ufuk yılmaz wrote:
>
> For example the streaming expressi
For example the streaming expression significantTerms:
https://lucene.apache.org/solr/guide/8_4/stream-source-reference.html#significantterms
significantTerms(collection1,
q="body:Solr",
field="author",
limit="50",
minDocFreq="1