Skip to content

Commit 3202695

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

File tree

5 files changed

+580
-385
lines changed

5 files changed

+580
-385
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
@SuppressWarnings("module") // the test framework is compiled after the core...
2020
module org.apache.lucene.core {
2121
requires java.logging;
22-
requires static jdk.management; // this is optional but explicit declaration is recommended
22+
requires static jdk.management;
2323

2424
exports org.apache.lucene.analysis.standard;
2525
exports org.apache.lucene.analysis.tokenattributes;
@@ -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)