[
https://issues.apache.org/jira/browse/SOLR-2894?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13492619#comment-13492619
]
Chris Russell commented on SOLR-2894:
-------------------------------------
In regards to my above comment, I have determined that it is because if you
specify a limit for a field that you are not requesting facet counts for, solr
will not automatically over-request on that field.
i.e.
facet.pivot=somefield
f.somefield.facet.limit=10
This will make your pivots weird because the limit of 10 will not be over
requested unless you add this line:
facet.field=somefield
Since solr does not do distributed pivoting yet, this has not been an issue yet.
I am working on an update to the patch that will correct this issue.
> Implement distributed pivot faceting
> ------------------------------------
>
> Key: SOLR-2894
> URL: https://issues.apache.org/jira/browse/SOLR-2894
> Project: Solr
> Issue Type: Improvement
> Reporter: Erik Hatcher
> Fix For: 4.1
>
> Attachments: distributed_pivot.patch, distributed_pivot.patch,
> SOLR-2894.patch, SOLR-2894.patch, SOLR-2894-reworked.patch
>
>
> Following up on SOLR-792, pivot faceting currently only supports
> undistributed mode. Distributed pivot faceting needs to be implemented.
--
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]