Splitting indexes

2010-09-30 Thread Upayavira
I've seen a few situations recently where the ability to 'reshard' distributed solr setups would be very useful. Much of what is needed is already there (or relatively easy to implement). The crucial bit is effective splitting of a Lucene index. I've seen (and used) the MultiPassIndexSplitter in

Re: Splitting indexes

2010-09-30 Thread Andrzej Bialecki
On 2010-09-30 17:03, Upayavira wrote: I've seen a few situations recently where the ability to 'reshard' distributed solr setups would be very useful. Much of what is needed is already there (or relatively easy to implement). The crucial bit is effective splitting of a Lucene index. I've seen