[
https://issues.apache.org/jira/browse/SOLR-650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12616350#action_12616350
]
Shalin Shekhar Mangar commented on SOLR-650:
--------------------------------------------
I agree with Hoss. Wouldn't your approach be inconsistent with the way
multi-valued parameters are handled in HTTP? I'd say put multiple parameters
separated by comma only when order is important (e.g. sort).
> 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
> Attachments: 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 is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.