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

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

Commit b1ec1cd9e0ce3498945adaac67d497c226072ba7 in lucene-solr's branch 
refs/heads/master from Michele Palmia
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=b1ec1cd ]

LUCENE-9258: DocTermsIndexDocValues' range scorer didn't support multi-valued 
fields


> DocTermsIndexDocValues should not assume it's operating on a SortedDocValues 
> field
> ----------------------------------------------------------------------------------
>
>                 Key: LUCENE-9258
>                 URL: https://issues.apache.org/jira/browse/LUCENE-9258
>             Project: Lucene - Core
>          Issue Type: Bug
>    Affects Versions: 7.7.2, 8.4
>            Reporter: Michele Palmia
>            Assignee: David Smiley
>            Priority: Minor
>         Attachments: LUCENE-9258.patch
>
>
> When requesting a new _ValueSourceScorer_ (with _getRangeScorer_) from 
> _DocTermsIndexDocValues_ , the latter instantiates a new iterator on 
> _SortedDocValues_ regardless of the fact that the underlying field can 
> actually be of a different type (e.g. a _SortedSetDocValues_ processed 
> through a _SortedSetSelector_).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to