You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by pa...@apache.org on 2022/04/15 17:45:08 UTC

[lucene] branch main updated (2e941fcfed6 -> 10ebc099c84)

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

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


    from 2e941fcfed6 Make constructor for QueryOffsetRange public (#800)
     add 10ebc099c84 LUCENE-10482 Allow users to create their own DirectoryTaxonomyReaders with empty taxoArrays instead of letting the taxoEpoch decide (#762)

No new revisions were added by this update.

Summary of changes:
 lucene/CHANGES.txt                                 |   5 +
 .../directory/DirectoryTaxonomyReader.java         |  20 ++-
 .../TestAlwaysRefreshDirectoryTaxonomyReader.java  | 194 +++++++++++++++++++++
 3 files changed, 214 insertions(+), 5 deletions(-)
 create mode 100644 lucene/facet/src/test/org/apache/lucene/facet/taxonomy/directory/TestAlwaysRefreshDirectoryTaxonomyReader.java