You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Yuting Gan (Jira)" <ji...@apache.org> on 2022/04/27 04:47:00 UTC

[jira] [Created] (LUCENE-10538) TopN is not being used in getTopChildren()

Yuting Gan created LUCENE-10538:
-----------------------------------

             Summary: TopN is not being used in getTopChildren()
                 Key: LUCENE-10538
                 URL: https://issues.apache.org/jira/browse/LUCENE-10538
             Project: Lucene - Core
          Issue Type: Bug
            Reporter: Yuting Gan


When looking at the overridden implementation getTopChildren(int topN, String dim, String... path) in RangeFacetCounts, I found that the topN parameter is not being used in the code, and the unit tests did not test this function properly. I will create a PR to fix this, and will look into other overridden implementations and see if they have the same issue. Please let me know if there is any question. Thanks!



--
This message was sent by Atlassian Jira
(v8.20.7#820007)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org
For additional commands, e-mail: issues-help@lucene.apache.org