| Package | Description | 
|---|---|
| org.apache.solr.analytics | A solr component to compute complex analytics over search results. | 
| org.apache.solr.analytics.facet | Facets supported by the analytics component. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | AnalyticsGroupingManager. addFacet(AnalyticsFacet facet)Add a facet to the grouping. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractSolrQueryFacetSolr Query Facets are AnalyticsFacets that are calculated after the document streaming phase has occurred in the  AnalyticsDriver(during which StreamingFacets and overall expressions are calculated). | 
| class  | PivotFacetA facet that takes in multiple ValueFacet expressions and does analytics calculations over each dimension given. | 
| class  | PivotNode<T>Representation of one layer of a Pivot Facet. | 
| static class  | PivotNode.PivotBranch<T>A pivot node that has pivot children. | 
| static class  | PivotNode.PivotLeafA pivot node that has no pivot children. | 
| class  | QueryFacetA facet that breaks down the data by additional Solr Queries. | 
| class  | RangeFacetA facet that groups data by a discrete set of ranges. | 
| class  | SortableFacetA facet that can be sorted by either the facet value or an expression value. | 
| class  | ValueFacetA facet that breaks up data by the values of a mapping expression or field. | 
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.