: The example solrconfig.xml has useCompoundFile as false both in the : indexDefault as well as in mainIndex section. Should we change that?
I don't think so -- the "default" is carried over from Lucene, where it's the default because there's no idea of how it will be used, and Compound is hte safest way to go. But Solr is (primarily) a server based application, it makes sense that our example configs recommend something that makes sense for maximizing performance. We should probably add some more comments though so people understand what changing the value does. -Hoss