Package org.apache.solr.common.cloud
Class PlainIdRouter
- java.lang.Object
- 
- org.apache.solr.common.cloud.DocRouter
- 
- org.apache.solr.common.cloud.HashBasedRouter
- 
- org.apache.solr.common.cloud.PlainIdRouter
 
 
 
- 
 public class PlainIdRouter extends HashBasedRouter 
- 
- 
Nested Class Summary- 
Nested classes/interfaces inherited from class org.apache.solr.common.cloud.DocRouterDocRouter.Range
 
- 
 - 
Field SummaryFields Modifier and Type Field Description static StringNAME- 
Fields inherited from class org.apache.solr.common.cloud.DocRouterDEFAULT, DEFAULT_NAME
 
- 
 - 
Constructor SummaryConstructors Constructor Description PlainIdRouter()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()- 
Methods inherited from class org.apache.solr.common.cloud.HashBasedRoutergetId, getSearchSlicesSingle, getTargetSlice, hashToSlice, isTargetSlice, sliceHash
 - 
Methods inherited from class org.apache.solr.common.cloud.DocRouterfromString, fullRange, getDocRouter, getRouteField, getRouterSpec, getSearchRangeSingle, getSearchSlices, partitionRange, partitionRange
 
- 
 
- 
- 
- 
Field Detail- 
NAMEpublic static final String NAME - See Also:
- Constant Field Values
 
 
- 
 
-