[jira] [Commented] (LUCENE-10455) IndexSortSortedNumericDocValuesRangeQuery should implement Weight#scorerSupplier(LeafReaderContext)

2022-03-05 Thread ASF subversion and git services (Jira)


[ 
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



[jira] [Commented] (LUCENE-10455) IndexSortSortedNumericDocValuesRangeQuery should implement Weight#scorerSupplier(LeafReaderContext)

2022-03-05 Thread ASF subversion and git services (Jira)


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

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

Commit 29282fa315b723b32f8e788ba29e2311f7ece83f in lucene's branch 
refs/heads/branch_9x from Adrien Grand
[ https://gitbox.apache.org/repos/asf?p=lucene.git;h=29282fa ]

LUCENE-10455: CHANGES entry.


> 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



[jira] [Commented] (LUCENE-10455) IndexSortSortedNumericDocValuesRangeQuery should implement Weight#scorerSupplier(LeafReaderContext)

2022-03-05 Thread ASF subversion and git services (Jira)


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

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

Commit 8086ef9f451fc59a6c9a204db3530229edc56c74 in lucene's branch 
refs/heads/main from Adrien Grand
[ https://gitbox.apache.org/repos/asf?p=lucene.git;h=8086ef9 ]

LUCENE-10455: CHANGES entry.


> 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



[jira] [Commented] (LUCENE-10455) IndexSortSortedNumericDocValuesRangeQuery should implement Weight#scorerSupplier(LeafReaderContext)

2022-03-05 Thread ASF subversion and git services (Jira)


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

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

Commit 2700c6b525e652ef1539bc603c18554211d4cc6e in lucene's branch 
refs/heads/main from Chris Lu
[ https://gitbox.apache.org/repos/asf?p=lucene.git;h=2700c6b ]

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: 10m
>  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