Uses of Class
org.apache.solr.client.solrj.response.PivotField
Packages that use PivotField
Package
Description
Convenience classes for dealing with various types of Solr responses.
-
Uses of PivotField in org.apache.solr.client.solrj.response
Methods in org.apache.solr.client.solrj.response that return types with arguments of type PivotFieldModifier and TypeMethodDescriptionQueryResponse.getFacetPivot()PivotField.getPivot()protected List<PivotField> QueryResponse.readPivots(List<NamedList> list) Constructor parameters in org.apache.solr.client.solrj.response with type arguments of type PivotFieldModifierConstructorDescriptionPivotField(String f, Object v, int count, List<PivotField> pivot, Map<String, FieldStatsInfo> statsInfo, Map<String, Integer> queryCounts, List<RangeFacet> ranges)