[
https://issues.apache.org/jira/browse/SOLR-10437?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15959983#comment-15959983
]
Tomás Fernández Löbbe commented on SOLR-10437:
----------------------------------------------
This seems to be the expected behavior, see comment in {{DocsStreamer}}:
{code:java}
result = new HashSet<>(fnames); // copy
// here we get all non-stored dv fields because even if a user has set
// useDocValuesAsStored=false in schema, he may have requested a field
// explicitly using the fl parameter
result.retainAll(docFetcher.getNonStoredDVs(false));
{code}
> Field retrieved from DocValues even if useDocValuesAsStored=false when
> included in fl parameter
> -----------------------------------------------------------------------------------------------
>
> Key: SOLR-10437
> URL: https://issues.apache.org/jira/browse/SOLR-10437
> Project: Solr
> Issue Type: Bug
> Security Level: Public(Default Security Level. Issues are Public)
> Reporter: Hoss Man
> Assignee: Tomás Fernández Löbbe
> Attachments: SOLR-10437.patch
>
>
> As pat of the tests we're adding for SOLR-10425 we noticed that (at first
> glance) useDocValuesAsStored=false doesn't seem to be working for
> PointsFields -- but it seems unrelated to the root of that issue, so we're
> spinning this off for futher investigation.
> patches/commits for SOLR-10425 will include a disabled test refering to this
> jira which can be enabled to see the problem
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]