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)如何存储其索引以进行快速“相关性”查找的文档。我的 Google-fu 让我失望了:我找到了一个描述 Lucene 文件格式的页面,但它更关注每个数字的位数,而不是如何使用数据库生成快速查询。
肯定有人有一些有用的书签,他们可以参考我。
谢谢!
Lucene 索引是一个倒排索引,所以任何关于这个主题的搜索都应该是相关的,比如: