Lucene.NET 中的 SpanMultiTermQueryWrapper?

发布于 2024-12-12 08:06:38 字数 111 浏览 0 评论 0原文

有谁知道 Lucene.NET 端口中是否提供 SpanMultiTermQueryWrapper 类?我在任何地方都找不到它,但它肯定会很方便。我仍在使用版本 2.9...也许它可以在更高版本中使用?谢谢!

Does anyone know if the SpanMultiTermQueryWrapper class is available in the Lucene.NET port? I can't find it anywhere, and it sure would be handy. I'm still using version 2.9...maybe it's available in a later version? Thanks!

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

∞梦里开花 2024-12-19 08:06:38

我在当前的代码库中没有看到它:

https://svn.apache.org/repos/asf/incubator/lucene.net/trunk/src/core/Search/Spans/

不过,您可能可以轻松移植它。

I do not see it in the current codebase:

https://svn.apache.org/repos/asf/incubator/lucene.net/trunk/src/core/Search/Spans/

You could probably port it easily enough though.

反差帅 2024-12-19 08:06:38

SpanMultiTermQueryWrapper 可在Lucene.Net 4.8.0-beta00004

如果您需要 Lucene.Net 早期版本的支持,您可能只需从上面的链接获取源代码和任何依赖项,并将它们放入您的应用程序的库中。

SpanMultiTermQueryWrapper is available on Lucene.Net 4.8.0-beta00004.

If you need support in earlier versions of Lucene.Net, you can probably just grab the source code from the above link and any dependencies and drop them into a library for your applications.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文