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.
我知道它包含原始格式的标题和文件数据,但这是否意味着每次我查询索引时,都会处理原始数据以找出术语的频率?因为我看不到 .frq 文件?有没有办法找出数据是如何存储在 .cfs 文件中的?
索引文件格式是复合的,因此创建的 cfs 文件将所有文件组合在一起。
检查 文件格式,它将提供 Lucene 索引文件格式的详细信息。
您可以使用Luke浏览您的 Lucene Index 文件。