Package org.apache.solr.client.api.model
Class GetSegmentDataResponse.SegmentSummary
- java.lang.Object
-
- org.apache.solr.client.api.model.GetSegmentDataResponse.SegmentSummary
-
- Enclosing class:
- GetSegmentDataResponse
public static class GetSegmentDataResponse.SegmentSummary extends Object
-
-
Field Summary
Fields Modifier and Type Field Description StringcommitLuceneVersionGetSegmentDataResponse.CoreSummarycoreStringminSegmentLuceneVersionIntegernumSegmentsStringsegmentsFileNameIntegertotalMaxDocMap<String,String>userData
-
Constructor Summary
Constructors Constructor Description SegmentSummary()
-
-
-
Field Detail
-
minSegmentLuceneVersion
public String minSegmentLuceneVersion
-
commitLuceneVersion
public String commitLuceneVersion
-
numSegments
public Integer numSegments
-
segmentsFileName
public String segmentsFileName
-
totalMaxDoc
public Integer totalMaxDoc
-
core
public GetSegmentDataResponse.CoreSummary core
-
-