Package | Description |
---|---|
org.apache.solr.client.solrj.response |
Convenience classes for dealing with various types of Solr responses.
|
Modifier and Type | Method and Description |
---|---|
NamedList<List<PivotField>> |
QueryResponse.getFacetPivot() |
List<PivotField> |
PivotField.getPivot() |
protected List<PivotField> |
QueryResponse.readPivots(List<NamedList> list) |
Constructor and Description |
---|
PivotField(String f,
Object v,
int count,
List<PivotField> pivot) |
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.