Mikhail Khludnev created LUCENE-9357:
----------------------------------------

             Summary: AssertingSorted(Set|Numeric)DocValues should be 
unwrappable
                 Key: LUCENE-9357
                 URL: https://issues.apache.org/jira/browse/LUCENE-9357
             Project: Lucene - Core
          Issue Type: Sub-task
          Components: modules/test-framework
            Reporter: Mikhail Khludnev


# Obviously singular docValues might mimic multivalued ones via 
{{DocValues.singleton()}}. However, some algorithms prefers to 
{{DocValues.unwrap()}} them if possible. 
# AssertingDocValues blocks this unwrapping slightly changing codepath for 
singular DVs.
h3. AS IS
{{AssertingDV -> Singleton -> SingularDV}}
h3. TODO
{{Singleton -> AssertingDV -> SingularDV}}

I think it's trivial, worthwhile and 0% risk. Are there any concerns?   



--
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