You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Shai Erera (JIRA)" <ji...@apache.org> on 2013/03/16 22:36:12 UTC

[jira] [Commented] (LUCENE-4840) SortedSetDocValuesFacetField doesn't work with DrillDownQuery

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

Shai Erera commented on LUCENE-4840:
------------------------------------

Patch looks good. Nice catch on that unused payload type :). I notice you added a drill-down test on "a/foo". Would you like to also make sure we can drill-down on "a"?

+1 to commit. Oh, and I think you should also change the CHANGES entry you added on 4795?
                
> SortedSetDocValuesFacetField doesn't work with DrillDownQuery
> -------------------------------------------------------------
>
>                 Key: LUCENE-4840
>                 URL: https://issues.apache.org/jira/browse/LUCENE-4840
>             Project: Lucene - Core
>          Issue Type: Bug
>          Components: modules/facet
>            Reporter: Michael McCandless
>             Fix For: 5.0, 4.3
>
>         Attachments: LUCENE-4840.patch
>
>
> Currently SSDVFF does not index any postings ... so you cannot drill-down, at least not the "normal" way.
> To fix this, we may need to make SSDVFF more like FacetFields, i.e. receive all CategoryPaths up front, and then re-use the code in FacetFields that adds the pre-tokenized field to the doc.

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