Uses of Class
org.apache.solr.client.solrj.response.PivotField

Packages that use PivotField
org.apache.solr.client.solrj.response   
 

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 PivotField
 NamedList<List<PivotField>> QueryResponse.getFacetPivot()
           
 List<PivotField> PivotField.getPivot()
           
protected  List<PivotField> QueryResponse.readPivots(List<NamedList> list)
           
 

Constructor parameters in org.apache.solr.client.solrj.response with type arguments of type PivotField
PivotField(String f, Object v, int count, List<PivotField> pivot)
           
 



Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.