在 SolrConfig.xml 中,我设置如下:
<useCompoundFile>true</useCompoundFile>
但是,一旦我重新索引我的东西,我仍然会看到一堆从 _0* 到 _9* 的索引文件,而不是看到单个索引文件。
问题:
1. how to fix this?
2. if i update index at the run time, is it ok to use compound index then?
谢谢!
在 SolrConfig.xml 中,我设置如下:
<useCompoundFile>true</useCompoundFile>
但是,一旦我重新索引我的东西,我仍然会看到一堆从 _0* 到 _9* 的索引文件,而不是看到单个索引文件。
问题:
1. how to fix this?
2. if i update index at the run time, is it ok to use compound index then?
谢谢!