You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/07/08 09:47:05 UTC

[jira] [Commented] (SOLR-6353) Let Range Facets Hang off of Pivots

    [ https://issues.apache.org/jira/browse/SOLR-6353?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14618158#comment-14618158 ] 

ASF subversion and git services commented on SOLR-6353:
-------------------------------------------------------

Commit 1689802 from shalin@apache.org in branch 'dev/trunk'
[ https://svn.apache.org/r1689802 ]

SOLR-4212: SOLR-6353: Let facet queries and facet ranges hang off of pivots

> Let Range Facets Hang off of Pivots
> -----------------------------------
>
>                 Key: SOLR-6353
>                 URL: https://issues.apache.org/jira/browse/SOLR-6353
>             Project: Solr
>          Issue Type: Sub-task
>            Reporter: Hoss Man
>            Assignee: Shalin Shekhar Mangar
>
> Conceptually very similar to the previous sibling issues about hanging stats of pivots & ranges: using a "tag" on {{facet.range}} requests, we make it possible to hang a range off the nodes of Pivots.
> Example...
> {noformat}
> facet.pivot={!range=r1}category,manufacturer
> facet.range={tag=r1}price
> {noformat}
> ...with the request above, in addition to computing range facets over the price field for the entire result set, the PivotFacet component will also include all of those ranges for every node of the tree it builds up when generating a pivot of the fields "category,manufacturer"
> This should easily be combinable with the other sibling tasks to hang stats off ranges which hang off pivots. (see parent issue for example)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org