|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PivotField | |
---|---|
org.apache.solr.client.solrj.response | 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 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)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |