Hi, Suppose I want the xml input submitted to solr to be distributed among a fixed set of partitions; basically, something like round-robin among each of them, so that each directory has a relatively equal size in terms of # of segments. Is there an easy way to do this? I took a quick look at the solr source code and it looks like the servlet bootstrap associates itself with a SolrIndexWriter instance that is specifically tied to a directory, so updates always go to a single directory.
thanks in advance, John