[
https://issues.apache.org/jira/browse/LUCENE-7838?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16029210#comment-16029210
]
Adrien Grand commented on LUCENE-7838:
--------------------------------------
I agree with David we should be careful about adding new dependencies.
Otherwise things can quickly become hairy, eg. because of circular
dependencies, or because pulling a single module would pull most other modules
through transitive dependencies, which defeats the purpose of having modules.
Dependeng on sandbox makes it ever worse since the barrier for adding/removing
code is supposed to be low, yet this new dependency means that special care
needs to be taken if we want to remove {{FuzzyLikeThis}}.
> Add a knn classifier based on fuzzy like this
> ---------------------------------------------
>
> Key: LUCENE-7838
> URL: https://issues.apache.org/jira/browse/LUCENE-7838
> Project: Lucene - Core
> Issue Type: Bug
> Components: modules/classification
> Reporter: Tommaso Teofili
> Assignee: Tommaso Teofili
> Fix For: master (7.0)
>
>
> FLT mixes fuzzy and MLT, in the context of Lucene based classification it
> might be useful to add such a fuzziness to a dedicated KNN classifier (based
> on FLT queries).
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]