Re: Missing one record in Streaming gather nodes expression

2021-04-05 Thread Deepu
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

Re: Missing one record in Streaming gather nodes expression

2021-04-01 Thread Deepu
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

Re: Missing one record in Streaming gather nodes expression

2021-04-01 Thread Deepu
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

Re: Missing one record in Streaming gather nodes expression

2021-03-30 Thread Joel Bernstein
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

Re: Missing one record in Streaming gather nodes expression

2021-03-30 Thread Deepu
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

Missing one record in Streaming gather nodes expression

2021-03-29 Thread Deepu
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