Package org.apache.solr.update
Class SolrIndexSplitter
- java.lang.Object
- 
- org.apache.solr.update.SolrIndexSplitter
 
- 
 public class SolrIndexSplitter extends Object 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classSolrIndexSplitter.SplitMethod
 - 
Constructor SummaryConstructors Constructor Description SolrIndexSplitter(SplitIndexCommand cmd)
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoSplit()static StringgetRouteKey(String idString)voidsplit(org.apache.solr.common.util.NamedList<Object> results)
 
- 
- 
- 
Constructor Detail- 
SolrIndexSplitterpublic SolrIndexSplitter(SplitIndexCommand cmd) 
 
- 
 - 
Method Detail- 
splitpublic void split(org.apache.solr.common.util.NamedList<Object> results) throws IOException - Throws:
- IOException
 
 - 
doSplitpublic void doSplit() throws IOException- Throws:
- IOException
 
 
- 
 
-