Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
New
Description
AnalyzingInfixSuggester uses IndexSorter, which was in the misc module when the dependency was added in LUCENE-5477. IndexSorter is in core now, though, so this dependency can be removed.
lucene/misc/src/java/org/apache/lucene/index/Sorter.java became lucene/core/src/java/org/apache/lucene/index/Sorter.java as part of LUCENE-6766