Companion
object Companion
Functions
Link copied to clipboard
Decode single float dimension
Link copied to clipboard
Encode single float dimension
Link copied to clipboard
Create a query for matching an exact float value.
Link copied to clipboard
Create a range query for float values.
Create a range query for n-dimensional float values.
Link copied to clipboard
Create a query matching any of the specified 1D values. This is the points equivalent of TermsQuery.
Link copied to clipboard
Return the greatest float that compares less than f consistently with Float.compare. The only difference with Math.nextDown is that this method returns -0f when the argument is +0f.
Link copied to clipboard
Return the least float that compares greater than f consistently with Float.compare. The only difference with Math.nextUp is that this method returns +0f when the argument is -0f.