mdmarshmallow commented on code in PR #11901:
URL: https://github.com/apache/lucene/pull/11901#discussion_r1044928215


##########
lucene/core/src/java/org/apache/lucene/document/LongRangeDocValuesField.java:
##########
@@ -86,4 +87,28 @@ private static void checkArgs(final long[] min, final long[] 
max) {
       }
     }
   }
+
+  /**
+   * Sets the value of this field to a new value
+   *
+   * @param min the new min
+   * @param max the new max
+   */
+  public void setLongRangeValue(long min, long max) {

Review Comment:
   I just used `setBytesValue` directly in the unit test which works. Removed 
the setter for the next revision.



-- 
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: issues-unsubscr...@lucene.apache.org

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