You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Erik Hatcher (JIRA)" <ji...@apache.org> on 2013/05/21 02:59:16 UTC

[jira] [Updated] (SOLR-4842) Field faceting with local params affects successive field faceting parameters

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

Erik Hatcher updated SOLR-4842:
-------------------------------

    Attachment: SOLR-4842.patch

Here's a patch demonstrating a failing test case that should pass, demonstrating the corruption of one facet.field's local params into another facet.field.
                
> 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.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: facet.field={!key=foo facet.mincount=1 facet.missing=false}field&facet.field={!key=bar facet.missing=true}field 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: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org