[ https://issues.apache.org/jira/browse/LUCENE-10488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17536925#comment-17536925 ]
ASF subversion and git services commented on LUCENE-10488: ---------------------------------------------------------- Commit f0ec226167230a42b27a4b946c9c0f74d0f0abfc in lucene's branch refs/heads/main from Yuting Gan [ https://gitbox.apache.org/repos/asf?p=lucene.git;h=f0ec2261672 ] LUCENE-10488: Optimize Facets#getTopDims in FloatTaxonomyFacets (#806) > Optimize Facets#getTopDims across Facets implementations > -------------------------------------------------------- > > Key: LUCENE-10488 > URL: https://issues.apache.org/jira/browse/LUCENE-10488 > Project: Lucene - Core > Issue Type: Improvement > Components: modules/facet > Reporter: Greg Miller > Priority: Minor > Time Spent: 3h 50m > Remaining Estimate: 0h > > LUCENE-10325 added a new {{getTopDims}} API, allowing users to specify the > number of "top" dimensions they want. The default implementation just > delegates to {{getAllDims}} and returns the number of top dims requested, but > some Facets sub-classes can do this more optimally. LUCENE-10325 demonstrated > this in {{SortedSetDocValueFacetCounts}}, but we can take it further. There's > at least some opportunity to do better in: > * {{ConcurrentSortedSetDocValuesFacetCounts}} > * {{FastTaxonomyFacetCounts}} > * {{TaxonomyFacetSumFloatAssociations}} > * {{TaxonomyFacetSumIntAssociations}} -- This message was sent by Atlassian Jira (v8.20.7#820007) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org