[
https://issues.apache.org/jira/browse/LUCENE-7612?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Christine Poerschke updated LUCENE-7612:
----------------------------------------
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
was: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.
> Remove suggester dependency on misc
> -----------------------------------
>
> Key: LUCENE-7612
> URL: https://issues.apache.org/jira/browse/LUCENE-7612
> Project: Lucene - Core
> Issue Type: Improvement
> Reporter: Alan Woodward
> Assignee: Alan Woodward
> Attachments: LUCENE-7612.patch
>
>
> 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
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]