Class PivotField
java.lang.Object
org.apache.solr.client.solrj.response.PivotField
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionPivotField(String f, Object v, int count, List<PivotField> pivot, Map<String, FieldStatsInfo> statsInfo, Map<String, Integer> queryCounts, List<RangeFacet> ranges) -
Method Summary
-
Constructor Details
-
PivotField
public PivotField(String f, Object v, int count, List<PivotField> pivot, Map<String, FieldStatsInfo> statsInfo, Map<String, Integer> queryCounts, List<RangeFacet> ranges)
-
-
Method Details