Tomás Fernández Löbbe created SOLR-7019:
-------------------------------------------
Summary: 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
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]