Companion

object Companion

Functions

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

Create a query for matching an exact double value.

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

Create a range query for double values.

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

Create a query matching values in a supplied set

Link copied to clipboard

Create a new SortField for double values.