Re: Should ChildDocTransformerFactory's limit be local or global for deep-nested documents?

2020-10-08 Thread David Smiley
On Thu, Oct 8, 2020 at 9:13 AM Bar Rotstein wrote: > Hey David, > long time no speak. > > I think I'll start working on SOLR-14869. > > Do you have any tips that might enable me to tackle it a little faster? > > ChildDocTransformer loops over document IDs. They should be in the same segment. Yo

Re: Should ChildDocTransformerFactory's limit be local or global for deep-nested documents?

2020-10-08 Thread Bar Rotstein
Hey David, long time no speak. I think I'll start working on SOLR-14869. Do you have any tips that might enable me to tackle it a little faster? Thanks, Bar. On Sun, Oct 4, 2020 at 12:25 AM David Smiley wrote: > Glad to hear from you again Bar! > Also, FYI https://issues.apache.org/jira/brows

Re: Should ChildDocTransformerFactory's limit be local or global for deep-nested documents?

2020-10-03 Thread Alexandre Rafalovitch
I did not create a ticket (got distracted). Feel free to make one and add me to watchers. I will be happy to test it with my dataset. Thanks, Alex. On Sat, 3 Oct 2020 at 15:23, Bar Rotstein wrote: > > Hey, > Was a ticket opened? > > I'd gladly tackle that one if it hasn't been assigned yet. >

Re: Should ChildDocTransformerFactory's limit be local or global for deep-nested documents?

2020-10-03 Thread David Smiley
Glad to hear from you again Bar! Also, FYI https://issues.apache.org/jira/browse/SOLR-14869 is a serious bug relating to child documents. It returns deleted docs! ~ David Smiley Apache Lucene/Solr Search Developer http://www.linkedin.com/in/davidwsmiley On Sat, Oct 3, 2020 at 3:23 PM Bar Rotste

Re: Should ChildDocTransformerFactory's limit be local or global for deep-nested documents?

2020-10-03 Thread Bar Rotstein
Hey, Was a ticket opened? I'd gladly tackle that one if it hasn't been assigned yet. Thanks in advance, Bar On Fri, Oct 2, 2020 at 3:13 PM David Smiley wrote: > I think that's a bug! Good catch! > > ~ David Smiley > Apache Lucene/Solr Search Developer > http://www.linkedin.com/in/davidwsmiley

Re: Should ChildDocTransformerFactory's limit be local or global for deep-nested documents?

2020-10-02 Thread David Smiley
I think that's a bug! Good catch! ~ David Smiley Apache Lucene/Solr Search Developer http://www.linkedin.com/in/davidwsmiley On Thu, Oct 1, 2020 at 11:38 PM Alexandre Rafalovitch wrote: > I am indexing a deeply nested structure and am trying to return it > with fl=*,[child]. > > And it is sup

Should ChildDocTransformerFactory's limit be local or global for deep-nested documents?

2020-10-01 Thread Alexandre Rafalovitch
I am indexing a deeply nested structure and am trying to return it with fl=*,[child]. And it is supposed to have 5 children under the top element but returns only 4. Two hours of debugging later, I realize that the "limit" parameter is set to 10 by default and that 10 seems to be counting children