[GitHub] [solr] epugh commented on a diff in pull request #1107: SOLR-9775 fixed NPEs

2022-12-02 Thread GitBox
epugh commented on code in PR #1107: URL: https://github.com/apache/solr/pull/1107#discussion_r1038473703 ## solr/core/src/java/org/apache/solr/search/QueryResultKey.java: ## @@ -51,20 +52,28 @@ public QueryResultKey( Query query, List filters, Sort sort, int nc_flags,

[GitHub] [solr] epugh commented on a diff in pull request #1107: SOLR-9775 fixed NPEs

2022-12-02 Thread GitBox
epugh commented on code in PR #1107: URL: https://github.com/apache/solr/pull/1107#discussion_r1038361030 ## solr/core/src/java/org/apache/solr/search/QueryResultKey.java: ## @@ -33,16 +36,14 @@ public final class QueryResultKey implements Accountable { final Query query;