| Package | Description |
|---|---|
| org.apache.solr.analytics.accumulator |
Accumulators accumulate values over different types of strucuture (eg result, facet, etc..)
|
| org.apache.solr.analytics.expression |
Expressions map either zero, one, two or many inputs to a single value.
|
| org.apache.solr.analytics.request |
Request objects for creating Analytics requests
|
| org.apache.solr.analytics.statistics |
Statistics collectors reduce a list of Objects to a single value.
|
| org.apache.solr.analytics.util |
Utilities used by analytics component
|
| Class and Description |
|---|
| AnalyticsRequest
Contains the specifications of an Analytics Request, specifically a name,
a list of Expressions, a list of field facets, a list of range facets, a list of query facets
and the list of expressions and their results calculated in previous AnalyticsRequests.
|
| QueryFacetRequest
Contains all of the specifications for a query facet.
|
| RangeFacetRequest
Contains all of the specifications for a range facet.
|
| Class and Description |
|---|
| FieldFacetRequest.FacetSortDirection |
| Class and Description |
|---|
| AbstractFieldFacetRequest
An abstract request for a facet over a single field, such as a field or range facet.
|
| AnalyticsRequest
Contains the specifications of an Analytics Request, specifically a name,
a list of Expressions, a list of field facets, a list of range facets, a list of query facets
and the list of expressions and their results calculated in previous AnalyticsRequests.
|
| ExpressionRequest
Contains name and string representation of an expression.
|
| FacetRequest |
| FieldFacetRequest
Contains all of the specifications for a field facet.
|
| FieldFacetRequest.FacetSortDirection |
| FieldFacetRequest.FacetSortSpecification
Specifies how to sort the buckets of a field facet.
|
| QueryFacetRequest
Contains all of the specifications for a query facet.
|
| RangeFacetRequest
Contains all of the specifications for a range facet.
|
| Class and Description |
|---|
| ExpressionRequest
Contains name and string representation of an expression.
|
| Class and Description |
|---|
| RangeFacetRequest
Contains all of the specifications for a range facet.
|
Copyright © 2000-2016 Apache Software Foundation. All Rights Reserved.