Companion

object Companion

Functions

Link copied to clipboard
fun newExactQuery(field: String, value: Float): Query

Create a query for matching an exact float value.

Link copied to clipboard
fun newRangeQuery(field: String, lowerValue: Float, upperValue: Float): Query

Create a range query for float values.

Link copied to clipboard
fun newSetQuery(field: String, vararg values: Float): Query

Create a query matching values in a supplied set

Link copied to clipboard

Create a new SortField for float values.