Description
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:
...&facet.interval=popularity &facet.interval.set={!key=bad}[0,5] &facet.interval.set={!key=good}[5,*] &facet=true
Not Supported:
...&facet.interval={!key=popularity}some_field &facet.interval.set={!key=bad}[0,5] &facet.interval.set={!key=good}[5,*] &facet=true