distributing indexes via solr

2006-04-26 Thread Johnny Monsod
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 th

Re: distributing indexes via solr

2006-04-27 Thread Johnny Monsod
So the thinking here was to divide the total indexed data among N partitions since the amount of data will be massive. Each partition would probably be using a separate physical disk(s), and then for searching I could use ParallelMultiSearcher to dispatch searches to each of these partitions as a

Re: distributing indexes via solr

2006-04-27 Thread Johnny Monsod
he total indexed data among N > partitions > > since the amount of data will be massive. > > How much data? (number of docs, number of indexed fields per doc, > size of all indexed fields, etc) > > -Yonik > > On 4/27/06, Johnny Monsod <[EMAIL PROTECTED]> w

unsubscribe

2006-09-03 Thread Johnny Monsod
unsubscribe