在 Luke 中对 Lucene 文档进行排序

发布于 2024-08-17 09:17:46 字数 163 浏览 4 评论 0原文

我想在 luke 中启动查询 luncene 索引文档。我想在获取结果之前对其进行排序。对数据进行排序的 lucene 语法是什么?我不需要 java/or-特定语言的代码来排序;而是使用原始 lucene 语法来对数据进行排序?

谁能给我一个按 2 个字段降序排序的示例?

干杯

I want to fire up a query in luke for luncene indexed document. I want to sort the results before they are fetched. What is the lucene syntax to sort the data. I don't need java/or-language-specific code to sort; instead raw lucene syntax to sort the data?

Can anyone give me a sample example for sorting by 2 fields in descending order?

Cheers

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

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

发布评论

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

评论(1

盗心人 2024-08-24 09:17:46

Lucene 查询没有排序语法。如果需要排序,则必须在 lucene 实现中使用 Sort 对象

Lucene queries don't have a sort syntax. You have to use the Sort object in your implementation of lucene if you need to sort

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