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 algorithm from SolrCloud could be a useful thing.

But I have to say, I suspect it will be quicker/easier to just re-index.
Make sure you choose the right number of shards, with SolrCloud as it
is, you cannot change the number of shards without reindexing. This may
change soon with newer releases of Solr though.

Upayavira

On Thu, Feb 21, 2013, at 06:09 PM, zqzuk wrote:
> Hi
> 
> I have built a 300GB index using lucene 4.1 and now it is too big to do
> queries efficiently. I wonder if it is possible to split it into shards,
> then use SolrCloud configuration?
> 
> I have looked around the forum but was unable to find any tips on this.
> Any
> help please?
> 
> Many thanks!
> 
> 
> 
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/splitting-big-existing-index-into-shards-tp4041964.html
> Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to