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.
我想要的是当用户搜索特定术语或短语时,我希望 lucene 返回某个文档作为第一个结果...知道我的文档是 SQL 服务器数据库中的行。
先感谢您。
如果您知道要首先显示哪个文档,则无需费心 Lucene 的细节来实现您想要的。
只需先显示它,当您迭代搜索结果时跳过它,因为您知道您已经显示了它。