[
https://issues.apache.org/jira/browse/SOLR-650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14076194#comment-14076194
]
Chris F commented on SOLR-650:
------------------------------
We query Solr from within SAP ERP system. The available HTTP client does not
accept multiple parameters with the same (key) name. We bypass this restriction
by defining multiple request handlers in solrconfig.xml with different facet
field combinations. This is really inflexible and messy. Would be really great
if this assumedly simple feature could be added to core.
> facet.field should accept field names separated by spaces or commas
> -------------------------------------------------------------------
>
> Key: SOLR-650
> URL: https://issues.apache.org/jira/browse/SOLR-650
> Project: Solr
> Issue Type: Improvement
> Affects Versions: 1.3
> Reporter: Lars Kotthoff
> Priority: Minor
> Labels: newdev
> Attachments: SOLR-650.patch, SOLR-650.patch, SOLR-650.patch
>
>
> The current version of SimpleFacets does not support specifying several
> fields to facet on in a single facet.field parameter; it has to be specified
> for each field. This behaviour is inconcistent with the other parameters
> which accept field names as arguments -- they allow specifying multiple field
> names either as a comma- or space-separated list or by specifying the
> parameter multiple times.
--
This message was sent by Atlassian JIRA
(v6.2#6252)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]