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 2021/10/25 14:04:17 UTC

[GitHub] [lucene-solr] mayya-sharipova opened a new pull request #2593: LUCENE-10154 NumericLeafComparator to define getPointValues

mayya-sharipova opened a new pull request #2593:
URL: https://github.com/apache/lucene-solr/pull/2593


   This patch adds getPointValues to NumericLeafComparatorsimilar how it
   has getNumericDocValues.
   
   Numeric Sort optimization with points relies on the assumption that
   points and doc values record the same information, as we substitute
   iterator over doc_values with one over points.
   
   If we override getNumericDocValues it almost certainly means that whatever
   PointValues NumericComparator is going to look at shouldn't be used to
   skip non-competitive documents. Returning null for pointValues in this
   case will force comparator NOT to use sort optimization with points,
   and continue with a traditional way of iterating over doc values.
   
   Backport for https://github.com/apache/lucene/pull/364


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

To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org

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


[GitHub] [lucene-solr] mayya-sharipova merged pull request #2593: LUCENE-10154 NumericLeafComparator to define getPointValues

Posted by GitBox <gi...@apache.org>.
mayya-sharipova merged pull request #2593:
URL: https://github.com/apache/lucene-solr/pull/2593


   


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

To unsubscribe, e-mail: issues-unsubscribe@lucene.apache.org

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