You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by gs...@apache.org on 2022/01/10 16:50:51 UTC

[lucene] branch branch_9x updated (78a1e6a -> 12c5265)

This is an automated email from the ASF dual-hosted git repository.

gsmiller pushed a change to branch branch_9x
in repository https://gitbox.apache.org/repos/asf/lucene.git.


    from 78a1e6a  Simplify some exception handling with try-with-resources. (#589)
     add 12c5265  LUCENE-10350: Avoid some null checking for FastTaxonomyFacetCounts#countAll() (#578)

No new revisions were added by this update.

Summary of changes:
 lucene/CHANGES.txt                                 |  2 +
 .../facet/taxonomy/FastTaxonomyFacetCounts.java    | 59 +++++++++++++++-------
 .../lucene/facet/taxonomy/IntTaxonomyFacets.java   | 17 +++++--
 3 files changed, 56 insertions(+), 22 deletions(-)