HoustonPutman commented on code in PR #4229:
URL: https://github.com/apache/solr/pull/4229#discussion_r2967841069
##########
solr/core/src/java/org/apache/solr/search/numericrange/NumericRangeQParserPlugin.java:
##########
@@ -69,13 +71,18 @@
* {!numericRange criteria="intersects" field=long_range}[1000000000 TO
2000000000]
* {!numericRange criteria="within" field=long_range}[0 TO 9999999999]
*
+ * // FloatRangeField queries
+ * {!numericRange criteria="intersects" field=float_range}[1.0 TO 2.5]
+ * {!numericRange criteria="within" field=float_range}[0.0 TO 9.99]
+ *
* // Multi-dimensional queries (bounding boxes, cubes, tesseracts)
* {!numericRange criteria="intersects" field=bbox}[0,0 TO 10,10]
Review Comment:
should `bbox` be renamed here? Might be confusing since we have a bbox field
type not supported here, right?
--
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]