Package | Description |
---|---|
org.apache.solr.client.solrj.response |
Convenience classes for dealing with various types of Solr responses.
|
Modifier and Type | Class and Description |
---|---|
static class |
RangeFacet.Currency |
static class |
RangeFacet.Date |
static class |
RangeFacet.Numeric |
Modifier and Type | Method and Description |
---|---|
RangeFacet |
RangeFacet.Count.getRangeFacet() |
Modifier and Type | Method and Description |
---|---|
List<RangeFacet> |
QueryResponse.getFacetRanges() |
List<RangeFacet> |
PivotField.getFacetRanges() |
Constructor and Description |
---|
Count(String value,
int count,
RangeFacet rangeFacet) |
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-2020 Apache Software Foundation. All Rights Reserved.