Package org.apache.solr.handler.admin
Class ColStatus
- java.lang.Object
-
- org.apache.solr.handler.admin.ColStatus
-
public class ColStatus extends Object
Report low-level details of collection.
-
-
Field Summary
Fields Modifier and Type Field Description static String
CORE_INFO_PROP
static String
FIELD_INFO_PROP
static String
RAW_SIZE_DETAILS_PROP
static String
RAW_SIZE_PROP
static String
RAW_SIZE_SAMPLING_PERCENT_PROP
static String
RAW_SIZE_SUMMARY_PROP
static String
SEGMENTS_PROP
static String
SIZE_INFO_PROP
-
Constructor Summary
Constructors Constructor Description ColStatus(SolrClientCache solrClientCache, ClusterState clusterState, ZkNodeProps props)
-
-
-
Field Detail
-
CORE_INFO_PROP
public static final String CORE_INFO_PROP
- See Also:
- Constant Field Values
-
FIELD_INFO_PROP
public static final String FIELD_INFO_PROP
- See Also:
- Constant Field Values
-
SIZE_INFO_PROP
public static final String SIZE_INFO_PROP
- See Also:
- Constant Field Values
-
RAW_SIZE_PROP
public static final String RAW_SIZE_PROP
- See Also:
- Constant Field Values
-
RAW_SIZE_SUMMARY_PROP
public static final String RAW_SIZE_SUMMARY_PROP
- See Also:
- Constant Field Values
-
RAW_SIZE_DETAILS_PROP
public static final String RAW_SIZE_DETAILS_PROP
- See Also:
- Constant Field Values
-
RAW_SIZE_SAMPLING_PERCENT_PROP
public static final String RAW_SIZE_SAMPLING_PERCENT_PROP
- See Also:
- Constant Field Values
-
SEGMENTS_PROP
public static final String SEGMENTS_PROP
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ColStatus
public ColStatus(SolrClientCache solrClientCache, ClusterState clusterState, ZkNodeProps props)
-
-