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.
我正在使用 java lucene 6.3.0
我的文档有 50 个字段,索引 500k 文档需要 1gb 的空间。我试图识别哪个字段在索引中占用更多空间。
我已经尝试使用 luke 分析索引,但问题是它显示了每个字段的术语计数,而无需决定该字段占用的实际空间。
卢克中还有其他我想念的选择吗?