Github user maedhroz commented on the pull request:
https://github.com/apache/lucene-solr/commit/af07ee65186489206ac2013017463c4314d09912#commitcomment-18150391
In solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java:
In solr/core/src/java/org/apache/solr/search
Github user maedhroz commented on a diff in the pull request:
https://github.com/apache/lucene-solr/pull/47#discussion_r69787760
--- Diff: solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java
---
@@ -766,12 +766,16 @@ public Document doc(int i, Set fields) throws
Github user maedhroz commented on a diff in the pull request:
https://github.com/apache/lucene-solr/pull/47#discussion_r69510618
--- Diff: solr/core/src/java/org/apache/solr/search/SolrIndexSearcher.java
---
@@ -766,16 +766,29 @@ public Document doc(int i, Set fields) throws
Github user maedhroz commented on a diff in the pull request:
https://github.com/apache/lucene-solr/pull/47#discussion_r69373171
--- Diff:
solr/core/src/java/org/apache/solr/handler/component/QueryComponent.java ---
@@ -910,8 +910,12 @@ protected void createMainQuery
Github user maedhroz commented on a diff in the pull request:
https://github.com/apache/lucene-solr/pull/47#discussion_r69363380
--- Diff:
solr/core/src/java/org/apache/solr/handler/component/QueryComponent.java ---
@@ -910,8 +910,12 @@ protected void createMainQuery
GitHub user maedhroz opened a pull request:
https://github.com/apache/lucene-solr/pull/47
SOLR-8858 SolrIndexSearcher#doc() Completely Ignores Field Filters Unless
Lazy Field Loading is Enabled
https://issues.apache.org/jira/browse/SOLR-8858
You can merge this pull request into a
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
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