alessandrobenedetti commented on code in PR #872:
URL: https://github.com/apache/solr/pull/872#discussion_r879223111


##########
solr/core/src/java/org/apache/solr/legacy/LegacyNumericRangeQuery.java:
##########
@@ -188,7 +188,7 @@ private LegacyNumericRangeQuery(
       T max,
       final boolean minInclusive,
       final boolean maxInclusive) {
-    super(field);
+    super(field, MultiTermQuery.CONSTANT_SCORE_REWRITE);

Review Comment:
   this was the default when the constructor didn't support the parameter.
   Resolving



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to