You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by maedhroz <gi...@git.apache.org> on 2016/03/16 19:21:37 UTC

[GitHub] lucene-solr pull request: SOLR-8858 SolrIndexSearcher#doc() Comple...

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 <ca...@gmail.com>
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org


[GitHub] lucene-solr pull request #21: SOLR-8858 SolrIndexSearcher#doc() Completely I...

Posted by maedhroz <gi...@git.apache.org>.
Github user maedhroz closed the pull request at:

    https://github.com/apache/lucene-solr/pull/21


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org