GitHub user maedhroz opened a pull request:
https://github.com/apache/lucene-solr/pull/21
SOLR-8858 SolrIndexSearcher#doc() Completely Ignores Field Filters Unless
Lazy Field Loading is Enabled
Instead of just discarding fields if lazy loading is not enabled,
SolrIndexSearcher now passes them through to IndexReader. This means
IndexReader creates a DocumentStoredFieldVisitor that we can use to later
determine which fields need to be read.
https://issues.apache.org/jira/browse/SOLR-8858
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/maedhroz/lucene-solr SOLR-8858
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/lucene-solr/pull/21.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #21
----
commit fa8075c7861dbc331588dfb5c9e28576e2eb31f2
Author: Caleb Rackliffe <[email protected]>
Date: 2016-03-16T18:15:20Z
SOLR-8858 SolrIndexSearcher#doc() Completely Ignores Field Filters Unless
Lazy Field Loading is Enabled
Instead of just discarding fields if lazy loading is not enabled,
SolrIndexSearcher now passes them through to IndexReader. This means
IndexReader creates a DocumentStoredFieldVisitor that we can use to later
determine which fields need to be read.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]