Hoss Man created SOLR-5443:
------------------------------

             Summary: SolrQuery addDateRangeFacet & addNumericRangeFacet should 
use local params instead of field prefix params
                 Key: SOLR-5443
                 URL: https://issues.apache.org/jira/browse/SOLR-5443
             Project: Solr
          Issue Type: Improvement
            Reporter: Hoss Man


The syntactic sugar methods  addDateRangeFacet & addNumericRangeFacet currently 
generate multiple "f.fieldName.facet.range..." params from their input, but 
this causes problems when users try to facet on the same fields in multiple 
ways -- these methods should instead generate a single facet.field param for 
the specified field name, using nested local params for hte start/end/gap 
options. (see SOLR-1351)



--
This message was sent by Atlassian JIRA
(v6.1#6144)

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

Reply via email to