Details
-
Bug
-
Status: Patch Available
-
Major
-
Resolution: Unresolved
-
8.0
-
None
-
None
-
None
Description
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
Attachments
Attachments
Issue Links
- is broken by
-
LUCENE-8099 Deprecate CustomScoreQuery, BoostedQuery and BoostingQuery
- Closed
- is part of
-
SOLR-13126 Multiplicative boost of isn't applied when one of the summed or multiplied queries doesn't match
- Closed