You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2016/03/20 18:33:33 UTC

[jira] [Commented] (SOLR-5616) Make grouping code use response builder needDocList

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

ASF subversion and git services commented on SOLR-5616:
-------------------------------------------------------

Commit fecdec6c85f6180f00e870ca8ec14058d30a1fae in lucene-solr's branch refs/heads/master from [~dpgove]
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=fecdec6 ]

SOLR-5616: Simplifies grouping code to use ResponseBuilder.needDocList() to determine if it needs to generate a doc list for grouped results.


> Make grouping code use response builder needDocList
> ---------------------------------------------------
>
>                 Key: SOLR-5616
>                 URL: https://issues.apache.org/jira/browse/SOLR-5616
>             Project: Solr
>          Issue Type: Bug
>            Reporter: Steven Bower
>            Assignee: Erick Erickson
>         Attachments: SOLR-5616.patch, SOLR-5616.patch, SOLR-5616.patch
>
>
> Right now the grouping code does this to check if it needs to generate a docList for grouped results:
> {code}
> if (rb.doHighlights || rb.isDebug() || params.getBool(MoreLikeThisParams.MLT, false) ){
> ...
> }
> {code}
> this is ugly because any new component that needs a doclist, from grouped results, will need to modify QueryComponent to add a check to this if. Ideally this should just use the rb.isNeedDocList() flag...
> Coincidentally this boolean is really never used at for non-grouped results it always gets generated..



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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