Package org.apache.solr.client.api.model
Class GetSegmentDataResponse
- java.lang.Object
-
- org.apache.solr.client.api.model.SolrJerseyResponse
-
- org.apache.solr.client.api.model.GetSegmentDataResponse
-
- All Implemented Interfaces:
ReflectWritable
public class GetSegmentDataResponse extends SolrJerseyResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetSegmentDataResponse.CoreSummarystatic classGetSegmentDataResponse.IndexWriterConfigSummaryA serializable representation of Lucene's "LiveIndexWriterConfig"static classGetSegmentDataResponse.RawSizestatic classGetSegmentDataResponse.SegmentDiagnosticInfostatic classGetSegmentDataResponse.SegmentSingleFieldInfostatic classGetSegmentDataResponse.SegmentSummarystatic classGetSegmentDataResponse.SingleSegmentData-
Nested classes/interfaces inherited from class org.apache.solr.client.api.model.SolrJerseyResponse
SolrJerseyResponse.ResponseHeader
-
-
Field Summary
Fields Modifier and Type Field Description List<String>fieldInfoLegendGetSegmentDataResponse.SegmentSummaryinfoGetSegmentDataResponse.RawSizerawSizeMap<String,Object>runningMergesMap<String,GetSegmentDataResponse.SingleSegmentData>segments-
Fields inherited from class org.apache.solr.client.api.model.SolrJerseyResponse
error, responseHeader
-
-
Constructor Summary
Constructors Constructor Description GetSegmentDataResponse()
-
-
-
Field Detail
-
info
public GetSegmentDataResponse.SegmentSummary info
-
segments
public Map<String,GetSegmentDataResponse.SingleSegmentData> segments
-
rawSize
public GetSegmentDataResponse.RawSize rawSize
-
-