tflobbe commented on a change in pull request #1456:
URL: https://github.com/apache/lucene-solr/pull/1456#discussion_r418752582



##########
File path: solr/core/src/java/org/apache/solr/search/QueryResultKey.java
##########
@@ -65,6 +70,7 @@ public QueryResultKey(Query query, List<Query> filters, Sort 
sort, int nc_flags)
       h = h*29 + sf.hashCode();
       ramSfields += BASE_SF_RAM_BYTES_USED + 
RamUsageEstimator.sizeOfObject(sf.getField());
     }
+    h = h*31 + minExactHits;

Review comment:
       ah! Good question. I guess yes?




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to