Elasticsearch中的模糊崩溃

发布于 2025-02-04 13:49:38 字数 242 浏览 2 评论 0原文

我正在研究 Dewplication 项目 o(n)时间,我预先计算聚类,然后用这些ID折叠弹性查询的结果。它已经运作良好了,但是我发现,通过在ID之间使用 Levenshtein距离TRESHOLD ,它的工作量更好。我想知道是否有任何方法可以在弹性中做到这一点,如果没有,是否有任何办法要求他们实施该功能?或者,如果您有其他想法可以在不损害查询时间的情况下这样做?

I am working on a deduplication project in O(n) time where i precompute clusterIDs and then collapse the results of elastic query with those IDs. It is working pretty well already, but i found out that by using Levenshtein distance treshold between IDs it is working a hundred time better. I was wondering if there is any way to do that in elastic, and if not, if there is any way to ask them to implement the feature ? or if you have any other idea to do that without injuring the query time ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文