You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by GitBox <gi...@apache.org> on 2020/09/15 07:07:41 UTC

[GitHub] [lucene-solr] jimczi commented on a change in pull request #1856: LUCENE-9449 Skip docs with _doc sort and "after" (#1725)

jimczi commented on a change in pull request #1856:
URL: https://github.com/apache/lucene-solr/pull/1856#discussion_r488434456



##########
File path: lucene/CHANGES.txt
##########
@@ -59,6 +65,12 @@ Optimizations
 * LUCENE-9373: FunctionMatchQuery now accepts a "matchCost" optimization hint.
   (Maxim Glazkov, David Smiley)
 
+* LUCENE-9449: 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". Also redesign numeric comparators to provide skipping functionality
+  by default. (Mayya Sharipova, Jim Ferenczi)

Review comment:
       The skipping functionality is not by default for numerics in this version ?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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