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 <dsmi...@apache.org> wrote:

> 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 Rotstein <barrotst...@gmail.com> wrote:
>
>> 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 <dsmi...@apache.org> wrote:
>>
>>> 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 <
>>> arafa...@gmail.com> wrote:
>>>
>>>> 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 at ANY level. And calculating them depth-first. So,
>>>> it was quite unobvious to discover when the children suddenly stopped
>>>> showing up.
>>>>
>>>> The documentation says:
>>>> > The maximum number of child documents to be returned per parent
>>>> document. > The default is `10`.
>>>>
>>>> So, is that (all nested children included in limit) what we actually
>>>> mean? Or did we mean maximum number of "immediate children" for any
>>>> specific document/level and the code is wrong?
>>>>
>>>> I can update the doc to clarify the results, but I don't know whether
>>>> I am looking at the bug or the feature.
>>>>
>>>> Regards,
>>>>    Alex.
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
>>>> For additional commands, e-mail: dev-h...@lucene.apache.org
>>>>
>>>>

Reply via email to