| Package | Description |
|---|---|
| org.apache.solr.search |
APIs and classes for parsing and processing search requests
|
| org.apache.solr.search.facet |
APIs and classes for the JSON Facet API.
|
| Modifier and Type | Method and Description |
|---|---|
AggValueSource |
FunctionQParser.parseAgg(int flags) |
| Modifier and Type | Class and Description |
|---|---|
class |
AvgAgg |
class |
CountAgg |
class |
HLLAgg |
class |
MaxAgg |
class |
MinAgg |
class |
PercentileAgg |
class |
SimpleAggValueSource |
class |
StrAggValueSource |
class |
SumAgg |
class |
SumsqAgg |
class |
UniqueAgg |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,AggValueSource> |
FacetRequest.facetStats |
| Modifier and Type | Method and Description |
|---|---|
Map<String,AggValueSource> |
FacetRequest.getFacetStats() |
| Modifier and Type | Method and Description |
|---|---|
void |
FacetRequest.addStat(String key,
AggValueSource stat) |
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.