lucene中的前缀查询和排序
我使用lucene.net。我用两个字段索引文档。第一个字段是名称,第二个字段是计数。 我使用这个索引来自动完成。我需要按前缀和最大计数查找 10 个名称。 我该怎么做呢?
I use lucene.net. I indexed documents with two fields. First field is name and second field is count.
I use this index for autocomplete. I need find 10 names by prefix and the higest count.
How can I do it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试类似的东西
try something like