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)
Deprecated.
Use
PivotField(String,Object,int,List,Map) with a null statsInfo |
PivotField(String f,
Object v,
int count,
List<PivotField> pivot,
Map<String,FieldStatsInfo> statsInfo) |
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.