[
https://issues.apache.org/jira/browse/SOLR-4842?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13663048#comment-13663048
]
Erik Hatcher commented on SOLR-4842:
------------------------------------
bq. I'm running the full test suite now and will await Hoss' review (and maybe
Ryan's eyes too?) before committing.
Fresh branch_4x checkout with just this patch attached, "ant test" (from solr/
directory) gives me the following failures:
{code}
[junit4:junit4] Tests with failures:
[junit4:junit4] -
org.apache.solr.cloud.CollectionsAPIDistributedZkTest.testDistribSearch
[junit4:junit4] -
org.apache.solr.cloud.ZkCLITest.testUpConfigLinkConfigClearZk
{code}
I can only presume this is unrelated to this patch.
> Field faceting with local params affects successive field faceting parameters
> -----------------------------------------------------------------------------
>
> Key: SOLR-4842
> URL: https://issues.apache.org/jira/browse/SOLR-4842
> Project: Solr
> Issue Type: Bug
> Components: search, SearchComponents - other
> Affects Versions: 4.3
> Reporter: Erik Hatcher
> Assignee: Erik Hatcher
> Priority: Critical
> Attachments: SOLR-4842__hoss_tests.patch, SOLR-4842.patch,
> SOLR-4842.patch, SOLR-4842.patch
>
>
> SOLR-4717 introduced local param support for per-field faceting, allowing the
> same field to be faceted in various ways. There's a problem such that one
> fields local param setting will override the defaults of the next field. For
> example: {code}facet.field={!key=foo facet.mincount=1
> facet.missing=false}field&facet.field={!key=bar
> facet.missing=true}field{code} causes the "bar" faceting to use
> facet.mincount=1 when it should use the default of 0.
--
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]