Skip to content

Commit 6976e1e

Browse files
committed
refactor(13710): Refactor PointRangeWeight
1 parent 602bfbd commit 6976e1e

File tree

5 files changed

+579
-384
lines changed

5 files changed

+579
-384
lines changed

lucene/core/src/java/module-info.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
exports org.apache.lucene.util.mutable;
5353
exports org.apache.lucene.util.packed;
5454
exports org.apache.lucene.util;
55+
exports org.apache.lucene.util.search;
5556

5657
// Temporarily export HPPC to all modules (eventually, this
5758
// should be restricted to only Lucene modules)

0 commit comments

Comments
 (0)