Hi guys, Is there a way to facet on same field in *different ways?* For example, using a different facet.prefix. Here are the details
facet.field={!key=myKey}myField&facet.prefix=p ==> works facet.field={!key=myKey}myField&f.myField.facet.prefix=p ==> works facet.field={!key=myKey}myField&f.myKey.facet.prefix=p ==>* doesn't work (ref: Solr-1351)* In addition, when I try *f.myKey.facet.range.gap=2.0.* it actually doesn't recognize it and throws the error: "Missing required parameter: f.myField.facet.range.gap (or default: facet.range.gap)" I'm using Solr 4.10 Ref: https://issues.apache.org/jira/browse/SOLR-1351 Thanks