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

Mikhail Khludnev closed LUCENE-9357.
------------------------------------

> 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
>            Priority: Minor
>
> # 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.20.1#820001)

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

Reply via email to