Andrzej Wislowski created SOLR-13303:
----------------------------------------
Summary: WrappedLongValuesSource should always return `true` for
advanceExact
Key: SOLR-13303
URL: https://issues.apache.org/jira/browse/SOLR-13303
Project: Solr
Issue Type: Bug
Security Level: Public (Default Security Level. Issues are Public)
Affects Versions: 8.0
Reporter: Andrzej Wislowski
Fix For: 8.0
Following
https://issues.apache.org/jira/browse/SOLR-13126?focusedCommentId=16786635&page=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-16786635
WrappedLongValuesSource exposes an iterator and expects to jump over missing
documents, while VS has an exists() method but still returns a value even if
exists() is false. The wrapper code to convert VS to WrappedLongValuesSource
checks whether or not the value exists, but instead it should always return
`true`.
This change is similar to the one made to WrappedLongValuesSource in
https://issues.apache.org/jira/browse/SOLR-13126
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]