[GitHub] lucene-solr pull request #:

2016-07-06 Thread maedhroz
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] lucene-solr pull request #47: SOLR-8858 SolrIndexSearcher#doc() Completely I...

2016-07-06 Thread maedhroz
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] lucene-solr pull request #47: SOLR-8858 SolrIndexSearcher#doc() Completely I...

2016-07-04 Thread maedhroz
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] lucene-solr pull request #47: SOLR-8858 SolrIndexSearcher#doc() Completely I...

2016-07-01 Thread maedhroz
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] lucene-solr pull request #47: SOLR-8858 SolrIndexSearcher#doc() Completely I...

2016-07-01 Thread maedhroz
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] lucene-solr pull request #47: SOLR-8858 SolrIndexSearcher#doc() Completely I...

2016-06-29 Thread maedhroz
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] lucene-solr pull request #21: SOLR-8858 SolrIndexSearcher#doc() Completely I...

2016-06-28 Thread maedhroz
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] lucene-solr pull request: SOLR-8858 SolrIndexSearcher#doc() Comple...

2016-03-18 Thread maedhroz
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