In SolrConfig.xml, i set below:
<useCompoundFile>true</useCompoundFile>
But once i reindex my stuff, i still see a bunch of index files ranged from _0* to _9*, instead of seeing a single index file.
Question:
1. how to fix this?
2. if i update index at the run time, is it ok to use compound index then?
Thanks!