You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/09/08 18:17:00 UTC

[jira] [Commented] (LUCENE-9280) Add ability to skip non-competitive documents on field sort

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

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

Commit 99220677fe409bab5c4206dc31f186d0c4335280 in lucene-solr's branch refs/heads/master from Mayya Sharipova
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=9922067 ]

LUCENE-9449 Skip docs with _doc sort and "after" (#1725)

- Enhance DocComparator to provide an iterator over competitive
documents when searching with "after". This iterator can quickly position
on the desired "after" document skipping all documents and segments before
"after".

- Redesign numeric comparators to provide skipping functionality
by default.

Relates to LUCENE-9280

> Add ability to skip non-competitive documents on field sort 
> ------------------------------------------------------------
>
>                 Key: LUCENE-9280
>                 URL: https://issues.apache.org/jira/browse/LUCENE-9280
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Mayya Sharipova
>            Priority: Minor
>             Fix For: master (9.0)
>
>          Time Spent: 18h 20m
>  Remaining Estimate: 0h
>
> Today collectors, once they collect enough docs, can instruct scorers to update their iterators to skip non-competitive documents. This is applicable only for a case when we need top docs by _score.
> It would be nice to also have an ability to skip non-competitive docs when we need top docs sorted by other fields different from _score. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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