[ 
https://issues.apache.org/jira/browse/SOLR-8858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15282091#comment-15282091
 ] 

Caleb Rackliffe commented on SOLR-8858:
---------------------------------------

We've subclassed {{StoredFieldsReader}}, and we rely on the 
{{StoredFieldVisitor}} passed to {{visitDocument()}} consistently indicating 
which fields have been requested, even if lazy field loading is disabled. The 
change to {{SolrIndexSearcher}} just makes sure that field information, if it's 
available, always makes it into the {{StoredFieldVisitor}}.

> SolrIndexSearcher#doc() Completely Ignores Field Filters Unless Lazy Field 
> Loading is Enabled
> ---------------------------------------------------------------------------------------------
>
>                 Key: SOLR-8858
>                 URL: https://issues.apache.org/jira/browse/SOLR-8858
>             Project: Solr
>          Issue Type: Bug
>    Affects Versions: 4.6, 4.10, 5.5
>            Reporter: Caleb Rackliffe
>              Labels: easyfix
>
> If {{enableLazyFieldLoading=false}}, a perfectly valid fields filter will be 
> ignored, and we'll create a {{DocumentStoredFieldVisitor}} without it.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to