Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 luke 中为 luncene 索引文档启动一个查询。我想在获取结果之前对结果进行排序。对数据进行排序的 lucene 语法是什么。我不需要 java/或特定于语言的代码来排序;而是使用原始 lucene 语法对数据进行排序?
谁能给我一个示例,按降序对 2 个字段进行排序?
干杯
Lucene 查询没有排序语法。如果需要排序,则必须在 lucene 实现中使用 Sort 对象