[ 
https://issues.apache.org/jira/browse/SOLR-7019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tomás Fernández Löbbe resolved SOLR-7019.
-----------------------------------------
       Resolution: Fixed
    Fix Version/s: 5.1
                   Trunk
         Assignee: Tomás Fernández Löbbe

> Can't change the field key for interval faceting
> ------------------------------------------------
>
>                 Key: SOLR-7019
>                 URL: https://issues.apache.org/jira/browse/SOLR-7019
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Tomás Fernández Löbbe
>            Assignee: Tomás Fernández Löbbe
>             Fix For: Trunk, 5.1
>
>         Attachments: SOLR-7019.patch, SOLR-7019.patch
>
>
> Right now it is possible to set the key for each interval when using interval 
> faceting, but it's not possible to change the field key. For example:
> Supported: 
> {noformat}
> ...&facet.interval=popularity
> &facet.interval.set={!key=bad}[0,5]
> &facet.interval.set={!key=good}[5,*]
> &facet=true
> {noformat}
> Not Supported: 
> {noformat}
> ...&facet.interval={!key=popularity}some_field
> &facet.interval.set={!key=bad}[0,5]
> &facet.interval.set={!key=good}[5,*]
> &facet=true
> {noformat}



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to