Hi All,
i have been provided detailed information but didn't get any response, this
issue blocking our migration to solr8.
Can I proceed and raise the Jira case for this issue ?
Thanks,
Deepu
On Thu, Apr 1, 2021 at 12:05 PM Deepu wrote:
> Hi Joel,
>
> It's a simple use case, i have two collect
Hi Joel,
It's a simple use case, i have two collections products and related
products, product_id_l is a unique key in products collection and reference
field in related products collection, please find sample documents below.
product:
{
"id":"12345",
"id_l":12345,
"product_name":"product1",
"re
Hi Joel,
It's a simple use case, i have two collections products and related
products, product_id_l is a unique key in products collection and reference
field in related products collection, please find sample documents below.
product:
{
"id":"12345",
"id_l":12345,
"product_name":"product1",
"re
You're going to have to provide more detail here. I'll have to be able to
reproduce the error to fix it.
Joel Bernstein
http://joelsolr.blogspot.com/
On Tue, Mar 30, 2021 at 2:08 PM Deepu wrote:
> Hi All,
>
> Any update on this issue in streaming expressions, which is blocking our
> solr migr
Hi All,
Any update on this issue in streaming expressions, which is blocking our
solr migration ?
Thanks in advance !!
Regards,
Deepu
On Mon, Mar 29, 2021 at 2:12 PM Deepu wrote:
> Hi All,
>
> We are using solr streaming expressions to join to collections, we have
> product and similar prod
Hi All,
We are using solr streaming expressions to join to collections, we have
product and similar product indexes, joining these two collections based on
product id like below.
gatherNodes(relatedproduct, search(product,q="related_product_count_l:[1 TO
*]", fl="id_l", qt="/export", sort="id_l