Re: splitting big, existing index into shards

2013-02-25 Thread Mark Miller
On Thu, Feb 21, 2013 at 1:19 PM, Upayavira wrote: > A splitter that uses the same split technique but uses the shard > assignment algorithm from SolrCloud could be a useful thing. There is some on going work on shard splitting, and I assume a splitter like this is part of that. -- - Mark

Re: splitting big, existing index into shards

2013-02-21 Thread Upayavira
You can split an index using the MultiPassIndexSplitter, which is in Lucene contrib. However, it won't use the same algorithm for assigning documents to shards, which means the indexes won't work with a SolrCloud setup. A splitter that uses the same split technique but uses the shard assignment al