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

Andrew Muldowney edited comment on SOLR-2894 at 7/15/14 6:28 PM:
-----------------------------------------------------------------

I've been making generally good headway on the .missing problem. We've got a 
new {{PivotFacetFieldValueCollection}} that should deal with the {{null}} 
values properly. Right now the Small and LongTail tests pass but the Long fails 
on the new {{facet.limit=1}} and {{facet.missing=true}} case with {{SPECIAL}}. 
The control response doesn't include the {{null}} and the distributed response 
doesn't get the count of {{bbc}} right, it only gets 150 and I'm sure the 298 
it gets for {{microsoft}} is wrong too. There is something on the shard side 
code that is not happy with our "" and {{null}} values. I'm working on that 
right now.

My assumption is that the {{facet.missing}} request makes it out to all the 
shards so we never need to refine on it since all shards responded with the 
full information, but I guess that isn't always the case since other fields 
under that null value might have limits that would need to be refined on?


was (Author: andrew.muldowney):
I've been making generally good headway on the .missing problem. We've got a 
new {{PivotFacetFieldValueCollection}} that should deal with the {{null}} 
values properly. Right now the Small and LongTail tests pass but the Long fails 
on the new {{facet.limit=1}} and {{facet.missing=true}} case with {{SPECIAL}}. 
The control response doesn't include the {{null}} and the distributed response 
doesn't get the count of {{bbc}} right, it only gets 150 and I'm sure the 298 
it gets for {{microsoft}} is wrong too. There is something on the shard side 
code that is not happy with our "" and {{null}} values. I'm working on that 
right now.

> Implement distributed pivot faceting
> ------------------------------------
>
>                 Key: SOLR-2894
>                 URL: https://issues.apache.org/jira/browse/SOLR-2894
>             Project: Solr
>          Issue Type: Improvement
>            Reporter: Erik Hatcher
>            Assignee: Hoss Man
>             Fix For: 4.9, 5.0
>
>         Attachments: SOLR-2894-mincount-minification.patch, 
> SOLR-2894-reworked.patch, SOLR-2894.patch, SOLR-2894.patch, SOLR-2894.patch, 
> SOLR-2894.patch, SOLR-2894.patch, SOLR-2894.patch, SOLR-2894.patch, 
> SOLR-2894.patch, SOLR-2894.patch, SOLR-2894.patch, SOLR-2894.patch, 
> SOLR-2894.patch, SOLR-2894.patch, SOLR-2894.patch, SOLR-2894.patch, 
> SOLR-2894.patch, SOLR-2894.patch, SOLR-2894.patch, SOLR-2894.patch, 
> SOLR-2894.patch, SOLR-2894.patch, SOLR-2894.patch, SOLR-2894.patch, 
> SOLR-2894.patch, SOLR-2894.patch, SOLR-2894.patch, SOLR-2894.patch, 
> SOLR-2894.patch, SOLR-2894.patch, SOLR-2894.patch, SOLR-2894.patch, 
> SOLR-2894.patch, SOLR-2894_cloud_test.patch, dateToObject.patch, 
> pivot_mincount_problem.sh
>
>
> Following up on SOLR-792, pivot faceting currently only supports 
> undistributed mode.  Distributed pivot faceting needs to be implemented.



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to