Companion

object Companion

Functions

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

Create a query for matching an exact integer value.

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

Create a range query for integer values.

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

Create a query matching values in a supplied set

Link copied to clipboard

Create a new SortField for int values.