[ 
https://issues.apache.org/jira/browse/SOLR-13303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mikhail Khludnev updated SOLR-13303:
------------------------------------
    Fix Version/s:     (was: 8.0)

> 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
>            Priority: Major
>         Attachments: SOLR-13303.patch
>
>
> 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: dev-unsubscr...@lucene.apache.org
For additional commands, e-mail: dev-h...@lucene.apache.org

Reply via email to