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,
Map<String,FieldStatsInfo> statsInfo,
Map<String,Integer> queryCounts,
List<RangeFacet> ranges) |
Copyright © 2000-2021 Apache Software Foundation. All Rights Reserved.