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

Colin Bartolome updated SOLR-4295:
----------------------------------

    Description: 
Since the parameter names for field-specific faceting parameters are a little 
odd, such as "f.field_name.facet.prefix", the SolrQuery class should have 
methods that take a "field" parameter. The SolrQuery.setFacetPrefix() method 
already takes such a parameter. It would be great if the rest of the 
setFacet*() and getFacet*() methods did, too.

The workaround is trivial, albeit clumsy: just create the parameter names by 
hand, as necessary.

Also, as far as I can tell, there isn't a constant for the "f." prefix. That 
would be helpful, too.

  was:
Since the parameter names for field-specific faceting parameters are a little 
odd (and undocumented), such as "f.field_name.facet.prefix", the SolrQuery 
class should have methods that take a "field" parameter. The 
SolrQuery.setFacetPrefix() method already takes such a parameter. It would be 
great if the rest of the setFacet*() and getFacet*() methods did, too.

The workaround is trivial, albeit clumsy: just create the parameter names by 
hand, as necessary.

Also, as far as I can tell, there isn't a constant for the "f." prefix. That 
would be helpful, too.

    
> SolrQuery setFacet*() and getFacet*() should have versions that specify the 
> field
> ---------------------------------------------------------------------------------
>
>                 Key: SOLR-4295
>                 URL: https://issues.apache.org/jira/browse/SOLR-4295
>             Project: Solr
>          Issue Type: Improvement
>          Components: clients - java
>    Affects Versions: 4.0
>            Reporter: Colin Bartolome
>            Priority: Minor
>
> Since the parameter names for field-specific faceting parameters are a little 
> odd, such as "f.field_name.facet.prefix", the SolrQuery class should have 
> methods that take a "field" parameter. The SolrQuery.setFacetPrefix() method 
> already takes such a parameter. It would be great if the rest of the 
> setFacet*() and getFacet*() methods did, too.
> The workaround is trivial, albeit clumsy: just create the parameter names by 
> hand, as necessary.
> Also, as far as I can tell, there isn't a constant for the "f." prefix. That 
> would be helpful, too.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

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

Reply via email to