Description
Facet pivot provide hierarchical support for computing data used to populate a treemap or similar visualization. TreeMaps usually offer users extra information by applying an overlay color on top of the existing square sizes based on hierarchical counts. This second count is based on user choices, representing, usually with gradient, the proportion of the square that fits the user's choices.
The proposition is to use local parameters to specify facet query to apply for pivot which matches a tag set on facet query. Parameter format would look like:
facet.pivot=
{!query=r1}category,manufacturer
facet.query=
facet.query={!tag=r1}
somedate:[NOW-1YEAR TO NOW]
Attachments
Attachments
Issue Links
- is blocked by
-
SOLR-2894 Implement distributed pivot faceting
- Resolved
- is related to
-
SOLR-6353 Let Range Facets Hang off of Pivots
- Closed
- relates to
-
SOLR-7753 Parse localParams and query object once and re-use when hanging queries under pivots
- Open
-
SOLR-13227 Remove slow other-range checks from RangeFacetProcessor
- Closed