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

ASF subversion and git services commented on LUCENE-7716:
---------------------------------------------------------

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

LUCENE-7716: Reduce specialization in TopFieldCollector.


> Reduce specialization in TopFieldCollector
> ------------------------------------------
>
>                 Key: LUCENE-7716
>                 URL: https://issues.apache.org/jira/browse/LUCENE-7716
>             Project: Lucene - Core
>          Issue Type: Wish
>            Reporter: Adrien Grand
>            Priority: Minor
>         Attachments: LUCENE-7716.patch
>
>
> TopFieldCollector optimizes the single-comparator case. I think we could 
> replace this specialization with a MultiLeafFieldComparator wrapper, 
> similarly to how MultiCollector works. This would have the benefit of 
> replacing code duplication of non-trivial logic with a simple wrapper that 
> delegates calls to its sub comparators.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

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

Reply via email to