Package org.apache.solr.common.params
Interface CommonAdminParams
- 
 public interface CommonAdminParams
- 
- 
Field SummaryFields Modifier and Type Field Description static StringASYNCAsync or not? *static StringIN_PLACE_MOVEAllow in-place move of replicas that use shared filesystems.static StringNUM_SUB_SHARDSNumber of sub-shards to create.static StringSPLIT_BY_PREFIXCheck distribution of documents to prefixes in shard to determine how to splitstatic StringSPLIT_FUZZInexact shard splitting factor.static StringSPLIT_KEYKey to use during shard splittingstatic StringSPLIT_METHODMethod to use for shard splitting.static StringTIMEOUTTimeout for replicas to become active.static StringWAIT_FOR_FINAL_STATEWait for final state of the operation.
 
- 
- 
- 
Field Detail- 
ASYNCstatic final String ASYNC Async or not? *- See Also:
- Constant Field Values
 
 - 
WAIT_FOR_FINAL_STATEstatic final String WAIT_FOR_FINAL_STATE Wait for final state of the operation.- See Also:
- Constant Field Values
 
 - 
IN_PLACE_MOVEstatic final String IN_PLACE_MOVE Allow in-place move of replicas that use shared filesystems.- See Also:
- Constant Field Values
 
 - 
SPLIT_METHODstatic final String SPLIT_METHOD Method to use for shard splitting.- See Also:
- Constant Field Values
 
 - 
SPLIT_KEYstatic final String SPLIT_KEY Key to use during shard splitting- See Also:
- Constant Field Values
 
 - 
SPLIT_BY_PREFIXstatic final String SPLIT_BY_PREFIX Check distribution of documents to prefixes in shard to determine how to split- See Also:
- Constant Field Values
 
 - 
NUM_SUB_SHARDSstatic final String NUM_SUB_SHARDS Number of sub-shards to create. *- See Also:
- Constant Field Values
 
 - 
TIMEOUTstatic final String TIMEOUT Timeout for replicas to become active.- See Also:
- Constant Field Values
 
 - 
SPLIT_FUZZstatic final String SPLIT_FUZZ Inexact shard splitting factor.- See Also:
- Constant Field Values
 
 
- 
 
-