We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a4c48b commit a2d49e9Copy full SHA for a2d49e9
lucene/core/src/java/module-info.java
@@ -33,6 +33,7 @@
33
exports org.apache.lucene.codecs.lucene99;
34
exports org.apache.lucene.codecs.lucene101;
35
exports org.apache.lucene.codecs.lucene102;
36
+ exports org.apache.lucene.codecs.lucene103.blocktree;
37
exports org.apache.lucene.codecs.lucene103;
38
exports org.apache.lucene.codecs.perfield;
39
exports org.apache.lucene.codecs;
0 commit comments