[ 
https://issues.apache.org/jira/browse/SOLR-2255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13461469#comment-13461469
 ] 

David Smiley commented on SOLR-2255:
------------------------------------

Thanks for your examination Yonik.  I plan to commit this to the 4x branch 
Monday, and it should eventually show up in v4.1.  For the changes.txt entry 
I'll say this:

SOLR-2255: Enhanced pivot faceting to use local-params in the same way that 
regular field value faceting can.  This means support for excluding a filter 
query, using a different output key, and specifying 'threads' to do 
facet.method=fcs concurrently.  PivotFacetHelper now extends SimpleFacet and 
the getFacetImplementation() extension hook was removed.  (dsmiley)
                
> local params are not parsed in facet.pivot parameter
> ----------------------------------------------------
>
>                 Key: SOLR-2255
>                 URL: https://issues.apache.org/jira/browse/SOLR-2255
>             Project: Solr
>          Issue Type: New Feature
>    Affects Versions: 4.0-ALPHA
>            Reporter: Julien Lirochon
>            Assignee: David Smiley
>         Attachments: SOLR-2255_local-param_support_for_pivot_faceting.patch, 
> SOLR-2255_local-param_support_for_pivot_faceting.patch
>
>
> ...&facet=true&facet.pivot={!ex=category}category_id,subcategory_id&fq={!tag=category}category_id=42
> generates the following error : "undefined field {!ex=category}category_id"
> If you filter on subcategory_id, the facet.pivot result will contain only 
> results from this subcategory. It's a loss of function since you can't alter 
> this behavior with local params.

--
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