Mayya Sharipova created LUCENE-10567: ----------------------------------------
Summary: Can LongDistanceFeatureQuery benefit from better sampling technique to evaluate iterator for competitive hits Key: LUCENE-10567 URL: https://issues.apache.org/jira/browse/LUCENE-10567 Project: Lucene - Core Issue Type: Improvement Reporter: Mayya Sharipova LUCENE-10496 introduced an improvement in sampling technique to evaluate if we can iterate over a subset of points instead of doc values in sorting. This original code was inspired by how [LongDistanceFeatureQuery|https://github.com/apache/lucene/blob/main/lucene/core/src/java/org/apache/lucene/document/LongDistanceFeatureQuery.java#L361] computes competitive hits. We should investigate if the same improvement in sampling technique can benefit LongDistanceFeatureQuery as well. -- This message was sent by Atlassian Jira (v8.20.7#820007) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org