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.
|
org.apache.solr.analytics.facet.compare |
Comparators used to sort the buckets of an analytics facet.
|
org.apache.solr.analytics.util |
Utility classes for the analytics component.
|
Class and Description |
---|
AbstractSolrQueryFacet.FacetValueQueryExecuter
This executer is in charge of issuing the Solr query for a facet value and collecting results as the query is processed.
|
AnalyticsFacet
An abstract Facet to break up Analytics data over.
|
StreamingFacet
A facet that is collected during the streaming phase of the
AnalyticsDriver . |
Class and 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). |
AbstractSolrQueryFacet.FacetValueQueryExecuter
This executer is in charge of issuing the Solr query for a facet value and collecting results as the query is processed.
|
AnalyticsFacet
An abstract Facet to break up Analytics data over.
|
PivotNode
Representation of one layer of a Pivot Facet.
|
PivotNode.PivotBranch.PivotDataPair
Contains pivot data for
PivotNode.PivotBranch classes. |
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.
|
StreamingFacet
A facet that is collected during the streaming phase of the
AnalyticsDriver . |
Class and Description |
---|
SortableFacet.FacetBucket |
Class and Description |
---|
RangeFacet
A facet that groups data by a discrete set of ranges.
|
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.