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 |
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). |
class |
PivotFacet
A 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.PivotLeaf
A pivot node that has no pivot children.
|
class |
QueryFacet
A facet that breaks down the data by additional Solr Queries.
|
class |
RangeFacet
A facet that groups data by a discrete set of ranges.
|
class |
SortableFacet
A facet that can be sorted by either the facet value or an expression value.
|
class |
ValueFacet
A facet that breaks up data by the values of a mapping expression or field.
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.