[ https://issues.apache.org/jira/browse/LUCENE-10455?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17501777#comment-17501777 ]
ASF subversion and git services commented on LUCENE-10455: ---------------------------------------------------------- Commit ffdb246702f42a3b95193993f79064056fedd095 in lucene's branch refs/heads/branch_9x from Chris Lu [ https://gitbox.apache.org/repos/asf?p=lucene.git;h=ffdb246 ] LUCENE-10455: IndexSortSortedNumericDocValuesRangeQuery should implement Weight#scorerSupplier(LeafReaderContext) (#729) > IndexSortSortedNumericDocValuesRangeQuery should implement > Weight#scorerSupplier(LeafReaderContext) > --------------------------------------------------------------------------------------------------- > > Key: LUCENE-10455 > URL: https://issues.apache.org/jira/browse/LUCENE-10455 > Project: Lucene - Core > Issue Type: Improvement > Reporter: Lu Xugang > Priority: Major > Time Spent: 20m > Remaining Estimate: 0h > > IndexOrDocValuesQuery was used as a fallbackQuery of > IndexSortSortedNumericDocValuesRangeQuery in Elasticsearch, but When > IndexSortSortedNumericDocValuesRangeQuery can't take advantage of index sort, > the fallbackQuery(IndexOrDocValuesQuery) always only supply Scorer by > indexQuery, beacuse IndexSortSortedNumericDocValuesRangeQuery did not > implement Weight#scorerSupplier(LeafReaderContext). -- This message was sent by Atlassian Jira (v8.20.1#820001) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org