Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
-
New
Description
Some internal dictionary classes in `.dict` package are exposed to public in order to share their constants with dictionary writers that are reside in a separate package `.util`.
`.util` actually has only dictionary writers/builders, it would make sense to merge all classes `.util` to `.dict` so that we can make the internals package-private.
The change was suggested/discussed in https://github.com/apache/lucene/pull/740.
Attachments
Issue Links
- links to