Package org.apache.solr.update
Class SolrIndexSplitter
- java.lang.Object
-
- org.apache.solr.update.SolrIndexSplitter
-
public class SolrIndexSplitter extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SolrIndexSplitter.SplitMethod
-
Constructor Summary
Constructors Constructor Description SolrIndexSplitter(SplitIndexCommand cmd)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
doSplit()
void
split(org.apache.solr.common.util.NamedList<Object> results)
-
-
-
Constructor Detail
-
SolrIndexSplitter
public SolrIndexSplitter(SplitIndexCommand cmd)
-
-
Method Detail
-
split
public void split(org.apache.solr.common.util.NamedList<Object> results) throws IOException
- Throws:
IOException
-
doSplit
public void doSplit() throws IOException
- Throws:
IOException
-
-