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.
我正在尝试在 RavenDB 索引中编写 Lucene 查询,该查询将返回按某个字段排序的结果。
但仍然没有成功。
查询看起来像:
语言:EN AND键:*car* AND sort=KEY
问题:
是否可以在查询中添加排序语句?如果是,排序语法是什么样的?
否。排序参数与查询一起传递,但不在查询内传递。如果您使用 C# 客户端 API,您将有一个运算符 OrderBy,否则您很可能使用 REST API,其中排序参数作为附加 URL 参数传递