See: Description
| Interface | Description | 
|---|---|
| StreamingFacet | A facet that is collected during the streaming phase of the  AnalyticsDriver. | 
| Class | Description | 
|---|---|
| AbstractSolrQueryFacet | Solr 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). | 
| AnalyticsFacet | An abstract Facet to break up Analytics data over. | 
| PivotFacet | A facet that takes in multiple ValueFacet expressions and does analytics calculations over each dimension given. | 
| PivotNode<T> | Representation of one layer of a Pivot Facet. | 
| PivotNode.PivotBranch<T> | A pivot node that has pivot children. | 
| PivotNode.PivotBranch.PivotDataPair<T> | Contains pivot data for  PivotNode.PivotBranchclasses. | 
| PivotNode.PivotLeaf | A pivot node that has no pivot children. | 
| QueryFacet | A facet that breaks down the data by additional Solr Queries. | 
| RangeFacet | A facet that groups data by a discrete set of ranges. | 
| SortableFacet | A facet that can be sorted by either the facet value or an expression value. | 
| SortableFacet.FacetBucket | |
| SortableFacet.FacetSortSpecification | Specifies how to sort the buckets of a sortable facet. | 
| ValueFacet | A facet that breaks up data by the values of a mapping expression or field. | 
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.